Created
February 7, 2017 23:22
-
-
Save joelhandwell/45819841aea825ac5a2b7e82cd0d2b54 to your computer and use it in GitHub Desktop.
batch file to install golang 1.7.5 by creating nupkg from package source
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/joelhandwell/chocolatey-golang.git --branch 1_7_5 | |
cd chocolatey-golang\golang | |
cpack | |
choco uninstall golang | |
choco install -y golang.1.7.5.nupkg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment