Skip to content

Commit

Permalink
git_install_2.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aqzt committed Sep 13, 2019
1 parent 694446e commit 15b38d6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions git/git_install_2.22.1.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
#!/bin/bash
##############
##Author: yul1
##Date: 2019-09-13 11:11:27
##LastEditors: yul1
##LastEditTime: 2019-09-13 11:13:45
##Description:
##############
wget https://mirrors.edge.kernel.org/pub/software/scm/git/git-2.12.2.tar.gz
##cd git-2.22.1/
cd git-2.22.1/ || exit
make prefix=/usr/local all
yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel
make prefix=/usr/local all
make prefix=/usr/local install
git version

0 comments on commit 15b38d6

Please sign in to comment.