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:
parent
78e7c1af0c
commit
0a84f3a03e
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
function set_gogh () {
|
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 "
|
echo -e "
|
||||||
|
Loading…
Reference in New Issue
Block a user