repo/git/build
2021-07-04 21:21:07 +02:00

6 lines
172 B
Text
Executable file

wget -O git.tar.xz https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.9.5.tar.xz
tar -xf git.tar.xz
cd git
./configure --prefix=/usr
make
make install DESTDIR="$1"