From 82fdd03c1cdd1a4d731776f742206e02baa3d2cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A0=D1=83=D1=81=D0=BB=D0=B0=D0=BD=20=D0=9A=D0=BE=D1=80?= =?UTF-8?q?=D0=BD=D0=B5=D0=B2?= Date: Sun, 2 Sep 2018 17:02:12 +0300 Subject: [PATCH] fixes #121 --- gogh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gogh.sh b/gogh.sh index 0f3e99b..fb909b7 100755 --- a/gogh.sh +++ b/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 }