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 6c528fe commit 9c7dec6Copy full SHA for 9c7dec6
oscfg/opensuse.sh
@@ -205,7 +205,7 @@ EOF
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="~"
+ 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"
0 commit comments