Skip to content

Commit

Permalink
Shorten too much comments
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Sep 29, 2014
1 parent 6e343d8 commit 98fd63d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -268,11 +268,8 @@ prepare_environment_in_debian() {
# ========================= for CentOS 7 ============================
prepare_environment_in_centos() {
if ! exist_yum_repository epel; then
# epel-release is not installed, so install it.
yum -y install epel-release
# however, we should disable it by default because
# the system administrator won't expect to use it
# in his daily use.
# disable it by default!
epel_repo=/etc/yum.repos.d/epel.repo
backup=/tmp/$(basename $epel_repo).bak
mv $epel_repo $backup
Expand Down

0 comments on commit 98fd63d

Please sign in to comment.