1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00
This commit is contained in:
Руслан Корнев 2018-09-02 17:02:12 +03:00 committed by GitHub
parent 39be09cd7d
commit 82fdd03c1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}