We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d93db32 commit ea0a7cdCopy full SHA for ea0a7cd
oscfg/opensuse.sh
@@ -192,6 +192,7 @@ EOF
192
cat >"$WORK/etc/skel/.config/kscreenlockerrc" <<EOF
193
[Daemon]
194
Autolock=false
195
+LockOnResume=false
196
EOF
197
198
cat >"$WORK/etc/skel/.config/kdesurc" <<EOF
@@ -201,6 +202,15 @@ EOF
201
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="~"
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