mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
Update gogh.sh
This commit is contained in:
parent
edd964b496
commit
b2f7a809cb
5
gogh.sh
5
gogh.sh
@ -217,9 +217,10 @@ set_gogh() {
|
|||||||
else
|
else
|
||||||
if [ "$(uname)" = "Darwin" ]; then
|
if [ "$(uname)" = "Darwin" ]; then
|
||||||
# OSX ships with curl
|
# OSX ships with curl
|
||||||
bash -c eval "$(curl -Lo- "${url}")"
|
(eval "$(curl -sLo- "${url}")")
|
||||||
else
|
else
|
||||||
bash <(wget -O- "${url}")
|
# Linux ships with wget
|
||||||
|
(eval "$(wget -qO- "${url}")")
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user