1
0
mirror of https://github.com/Mayccoll/Gogh.git synced 2023-08-10 21:12:46 +03:00

fix set gogh function

This commit is contained in:
mquintero 2017-05-19 16:26:05 -05:00
parent 78e7c1af0c
commit 0a84f3a03e

View File

@ -2,7 +2,7 @@
function set_gogh () {
export wget -O gogh https://raw.githubusercontent.com/Mayccoll/Gogh/master/themes/$1 && chmod +x gogh && ./gogh && rm gogh
wget -O gogh https://raw.githubusercontent.com/Mayccoll/Gogh/master/themes/$1 && chmod +x gogh && ./gogh && rm gogh
}
echo -e "