repo/git/build

8 lines
172 B
Text
Raw Normal View History

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