Explorar o código

fix amd64 download

Jrohy %!s(int64=5) %!d(string=hai) anos
pai
achega
213ec8f850
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      go-install.sh

+ 1 - 1
go-install.sh

@@ -98,7 +98,7 @@ sysArch(){
     elif [[ "$ARCH" == *"darwin"* ]]; then
         VDIS="darwin-amd64"
     elif [[ "$ARCH" == "x86_64" ]]; then
-        VDIS="linux-x86_64"
+        VDIS="linux-amd64"
     fi
 }