update install.sh

pull/480/head v2.32
Darien Raymond 2017-06-06 10:40:19 +02:00
parent 8a3288dc6c
commit 45fd058946
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
GO_AMD64=https://storage.googleapis.com/golang/go1.8.3.linux-amd64.tar.gz
GO_X86=https://storage.googleapis.com/golang/go1.8.3.linux-amd64.tar.gz
GO_X86=https://storage.googleapis.com/golang/go1.8.3.linux-386.tar.gz
ARCH=$(uname -m)
GO_CUR=${GO_AMD64}