This file contains 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
cd /tmp | |
wget -O git.zip https://github.com/git/git/archive/master.zip | |
unzip git.zip | |
cd git-* | |
sudo apt-get install make autoconf libcurl4-gnutls-dev gettext gcc zlib1g-dev | |
make configure | |
./configure --prefix=/usr --without-tcltk | |
make all |