Bob Mottram 9 년 전
부모
커밋
c7183019ed
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      src/freedombone

+ 3
- 0
src/freedombone 파일 보기

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