Skip to content

Commit

Permalink
modified for issue #134 -7
Browse files Browse the repository at this point in the history
  • Loading branch information
masa-onda committed Oct 3, 2020
1 parent 66c9e2a commit 1c68bf5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions inst-script/rhel6/pre-install
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ source inst-script/${OS}/install-ruby
# git update
if [ "${GIT_UPDATE}" = "y" ]; then
yum remove -y git
curl -s https://setup.ius.io/ | bash
yum install -y git2u
#curl -s https://setup.ius.io/ | bash
#yum install -y git2u
source inst-script/git_build_install
fi
5 changes: 3 additions & 2 deletions inst-script/rhel7/pre-install
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ fi
# git update
if [ "${GIT_UPDATE}" = "y" ]; then
yum remove -y git
curl -s https://setup.ius.io/ | bash
yum install -y git2u
#curl -s https://setup.ius.io/ | bash
#yum install -y git2u
source inst-script/git_build_install
fi

0 comments on commit 1c68bf5

Please sign in to comment.