repo/git/build

8 lines
175 B
Text
Raw Normal View History

2021-08-25 14:58:56 +03:00
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
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"