mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
commit
4102ac8474
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