We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3aea7a2 + b6baaa4 commit 5acaf5cCopy full SHA for 5acaf5c
1 file changed
oscfg/opensuse.sh
@@ -202,15 +202,6 @@ EOF
202
203
fi
204
205
- # add shells-helper to /etc/skel
206
- if [ ! -f "$WORK/etc/skel/.bin/shells-helper" ]; then
207
- mkdir -p "$WORK/etc/skel/.bin"
208
- local O="$PWD"
209
- cd "$WORK/etc/skel/.bin"
210
- curl -s https://raw.githubusercontent.com/KarpelesLab/make-go/master/get.sh | /bin/sh -s shells-helper
211
- cd "$O"
212
- fi
213
-
214
# add firstrun
215
add_firstrun NetworkManager-wait-online.service
216
do_linux_config
0 commit comments