-
-
Save fireyang/146f113e600ed357e0d3 to your computer and use it in GitHub Desktop.
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
apt-get install devscripts build-essential | |
apt-get build-dep golang-go | |
wget http://ftp.us.debian.org/debian/pool/main/g/golang/golang_1.3.1-1.dsc | |
wget http://ftp.us.debian.org/debian/pool/main/g/golang/golang_1.3.1.orig.tar.gz | |
wget http://ftp.us.debian.org/debian/pool/main/g/golang/golang_1.3.1-1.debian.tar.xz | |
dpkg-source -x golang_1.3.1-1.dsc | |
cd golang-1.3.1/ | |
debuild -us -uc | |
cd .. | |
dpkg -i golang-go_1.3.1-1_amd64.deb golang-src_1.3.1-1_amd64.deb golang-go-linux-amd64_1.3.1-1_amd64.deb vim-syntax-go_1.3.1-1_all.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment