mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
fixes #121
This commit is contained in:
parent
39be09cd7d
commit
82fdd03c1c
2
gogh.sh
2
gogh.sh
@ -202,7 +202,7 @@ set_gogh() {
|
||||
# Note: sourcing directly from curl does not work
|
||||
export {PROFILE_NAME,PROFILE_SLUG}="$result" && curlsource "${url}"
|
||||
else
|
||||
export {PROFILE_NAME,PROFILE_SLUG}="$result" && source <(wget -O - "${url}")
|
||||
export {PROFILE_NAME,PROFILE_SLUG}="$result" && bash <(wget -O - "${url}")
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user