mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-21 22:36:31 +00:00
Update go installer for darwin
This commit is contained in:
parent
073701e291
commit
77c49e1b5b
@ -4,8 +4,8 @@
|
||||
|
||||
version="1.16.6"
|
||||
if [[ "$UNAME_STR" == "Darwin" ]]; then
|
||||
wget -P "$TMP_DIR/" "http://golang.org/dl/go${version}.darwin-amd64-osx10.8.pkg"
|
||||
installer -pkg "$TMP_DIR/go${version}.darwin-amd64-osx10.8.pkg"
|
||||
wget -P "$TMP_DIR/" "http://golang.org/dl/go${version}.darwin-amd64.pkg"
|
||||
installer -pkg "$TMP_DIR/go${version}.darwin-amd64.pkg"
|
||||
elif [[ "$UNAME_STR" == "Linux" ]]; then
|
||||
wget -P "$TMP_DIR/" "http://golang.org/dl/go${version}.linux-amd64.tar.gz"
|
||||
sudo rm -rf /usr/local/go && sudo tar -C /usr/local -xzf "$TMP_DIR/go${version}.linux-amd64.tar.gz"
|
||||
|
Loading…
Reference in New Issue
Block a user