repo/git/build
2021-07-07 16:27:54 +02:00

6 lines
170 B
Text
Executable file

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
./configure --prefix=/usr
make
make install DESTDIR="$1"