repo/git/build

7 lines
170 B
Text
Raw Normal View History

2021-07-07 17:27:54 +03:00
wget https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.9.5.tar.xz
tar -xf git-2.9.5.tar.xz
cd git-2.9.5
2021-07-04 18:46:40 +03:00
./configure --prefix=/usr
make
make install DESTDIR="$1"