repo/git/build
2021-08-25 13:58:56 +02:00

7 lines
175 B
Text
Executable file

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