Browse Source

update to Go v1.14

master
arnaucube 4 years ago
parent
commit
403cdf1ade
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      install-new-server.sh

+ 3
- 3
install-new-server.sh

@ -41,9 +41,9 @@ cat .bashrc >> ~/.bashrc
source .bashrc
# go
echo "installing go 1.12.5"
wget https://dl.google.com/go/go1.12.5.linux-amd64.tar.gz
tar -C /usr/local -xzf go1.12.5.linux-amd64.tar.gz
echo "installing go 1.14.2"
wget https://dl.google.com/go/go1.14.2.linux-amd64.tar.gz
tar -C /usr/local -xzf go1.14.2.linux-amd64.tar.gz
# nodejs
echo "installing nodejs v10"

Loading…
Cancel
Save