Explorar el Código

update install.sh

Darien Raymond hace 8 años
padre
commit
45fd058946
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      release/install.sh

+ 1 - 1
release/install.sh

@@ -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}