2021-07-04 18:46:40 +03:00
|
|
|
wget -O git.tar.xz https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.9.5.tar.xz
|
2021-07-07 06:51:43 +03:00
|
|
|
tar -xf ./git.tar.xz
|
2021-07-04 18:46:40 +03:00
|
|
|
cd git
|
|
|
|
./configure --prefix=/usr
|
|
|
|
make
|
|
|
|
make install DESTDIR="$1"
|