Sfoglia il codice sorgente

fix amd64 download

Jrohy 5 anni fa
parent
commit
213ec8f850
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
 }