Bob Mottram 9 anni fa
parent
commit
c7183019ed
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3
    0
      src/freedombone

+ 3
- 0
src/freedombone Vedi File

@@ -6666,6 +6666,9 @@ function upgrade_golang {
6666 6666
         echo $'gvm installer not found'
6667 6667
     fi
6668 6668
     chmod +x binscripts/gvm-installer
6669
+
6670
+    # TODO: this script is all over the place
6671
+    # and contains hardcoded github. See if you can do better
6669 6672
     ./binscripts/gvm-installer
6670 6673
     [[ -s "$HOME/.gvm/scripts/gvm" ]] && source "$HOME/.gvm/scripts/gvm"
6671 6674
     gvm install go1.4