Skip to content

Commit

Permalink
Switches to curl with certificate checking.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Phillips committed Nov 23, 2015
1 parent 4d42ff6 commit 58217f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ ARCH=`uname -m | sed 's|i686|386|' | sed 's|x86_64|amd64|'`
# Install Go
sudo apt-get update
sudo apt-get install -y build-essential git-core zip
sudo apt-get install -y build-essential git-core zip curl
# Install Go
cd /tmp
wget --quiet --no-check-certificate https://storage.googleapis.com/golang/go${GOVERSION}.linux-${ARCH}.tar.gz
curl -s -O https://storage.googleapis.com/golang/go${GOVERSION}.linux-${ARCH}.tar.gz
tar -xvf go${GOVERSION}.linux-${ARCH}.tar.gz
sudo mv go $SRCROOT
sudo chmod 775 $SRCROOT
Expand Down

0 comments on commit 58217f8

Please sign in to comment.