Skip to content

Commit

Permalink
update installer initial epel package installs
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Mar 30, 2017
1 parent 15467cf commit 09f3984
Show file tree
Hide file tree
Showing 14 changed files with 74 additions and 18 deletions.
6 changes: 5 additions & 1 deletion installer-gitlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,11 @@ if [[ ! -f /usr/bin/git || ! -f /usr/bin/bc || ! -f /usr/bin/wget || ! -f /bin/n
# later on in initial curl installations
touch /tmp/curlinstaller-yum
time $YUMDNFBIN -y install epel-release${DISABLEREPO_DNF}
time $YUMDNFBIN -y install clang clang-devel jemalloc jemalloc-devel libmcrypt libmcrypt-devel figlet moreutils nghttp2 libnghttp2 libnghttp2-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 libJudy glances bash-completion mlocate re2c kernel-headers kernel-devel cmake28 uw-imap-devel uw-imap-devel${DISABLEREPO_DNF}
if [[ "$CENTOS_SEVEN" = '7' ]]; then
time $YUMDNFBIN -y install clang clang-devel jemalloc jemalloc-devel libmcrypt libmcrypt-devel figlet moreutils nghttp2 libnghttp2 libnghttp2-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 glances bash-completion mlocate re2c kernel-headers kernel-devel uw-imap-devel uw-imap-devel${DISABLEREPO_DNF} --enablerepo=epel
else
time $YUMDNFBIN -y install clang clang-devel jemalloc jemalloc-devel libmcrypt libmcrypt-devel figlet moreutils nghttp2 libnghttp2 libnghttp2-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 libJudy glances bash-completion mlocate re2c kernel-headers kernel-devel cmake28 uw-imap-devel uw-imap-devel${DISABLEREPO_DNF} --enablerepo=epel
fi
if [ -f /etc/yum.repos.d/rpmforge.repo ]; then
time $YUMDNFBIN -y install GeoIP GeoIP-devel --disablerepo=rpmforge
else
Expand Down
8 changes: 6 additions & 2 deletions installer-latest-gitlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -668,8 +668,12 @@ if [[ ! -f /usr/bin/git || ! -f /usr/bin/bc || ! -f /usr/bin/wget || ! -f /bin/n
# allows curl install to skip checking for already installed yum packages
# later on in initial curl installations
touch /tmp/curlinstaller-yum
yum -y install epel-release
yum -y install figlet moreutils nghttp2 libnghttp2 libnghttp2-devel clang clang-devel jemalloc jemalloc-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 libJudy glances bash-completion mlocate re2c libmcrypt libmcrypt-devel kernel-headers kernel-devel cmake28 uw-imap-devel
time $YUMDNFBIN -y install epel-release${DISABLEREPO_DNF}
if [[ "$CENTOS_SEVEN" = '7' ]]; then
time $YUMDNFBIN -y install clang clang-devel jemalloc jemalloc-devel libmcrypt libmcrypt-devel figlet moreutils nghttp2 libnghttp2 libnghttp2-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 glances bash-completion mlocate re2c kernel-headers kernel-devel uw-imap-devel uw-imap-devel${DISABLEREPO_DNF} --enablerepo=epel
else
time $YUMDNFBIN -y install clang clang-devel jemalloc jemalloc-devel libmcrypt libmcrypt-devel figlet moreutils nghttp2 libnghttp2 libnghttp2-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 libJudy glances bash-completion mlocate re2c kernel-headers kernel-devel cmake28 uw-imap-devel uw-imap-devel${DISABLEREPO_DNF} --enablerepo=epel
fi
if [ -f /etc/yum.repos.d/rpmforge.repo ]; then
time $YUMDNFBIN -y install GeoIP GeoIP-devel --disablerepo=rpmforge
else
Expand Down
8 changes: 6 additions & 2 deletions installer-latest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -666,8 +666,12 @@ if [[ ! -f /usr/bin/git || ! -f /usr/bin/bc || ! -f /usr/bin/wget || ! -f /bin/n
# allows curl install to skip checking for already installed yum packages
# later on in initial curl installations
touch /tmp/curlinstaller-yum
yum -y install epel-release
yum -y install figlet moreutils nghttp2 libnghttp2 libnghttp2-devel clang clang-devel jemalloc jemalloc-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 libJudy glances bash-completion mlocate re2c libmcrypt libmcrypt-devel kernel-headers kernel-devel cmake28 uw-imap-devel
time $YUMDNFBIN -y install epel-release${DISABLEREPO_DNF}
if [[ "$CENTOS_SEVEN" = '7' ]]; then
time $YUMDNFBIN -y install clang clang-devel jemalloc jemalloc-devel libmcrypt libmcrypt-devel figlet moreutils nghttp2 libnghttp2 libnghttp2-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 glances bash-completion mlocate re2c kernel-headers kernel-devel uw-imap-devel uw-imap-devel${DISABLEREPO_DNF} --enablerepo=epel
else
time $YUMDNFBIN -y install clang clang-devel jemalloc jemalloc-devel libmcrypt libmcrypt-devel figlet moreutils nghttp2 libnghttp2 libnghttp2-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 libJudy glances bash-completion mlocate re2c kernel-headers kernel-devel cmake28 uw-imap-devel uw-imap-devel${DISABLEREPO_DNF} --enablerepo=epel
fi
if [ -f /etc/yum.repos.d/rpmforge.repo ]; then
time $YUMDNFBIN -y install GeoIP GeoIP-devel --disablerepo=rpmforge
else
Expand Down
8 changes: 6 additions & 2 deletions installer-minimal-gitlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -662,8 +662,12 @@ if [[ ! -f /usr/bin/git || ! -f /usr/bin/bc || ! -f /usr/bin/wget || ! -f /bin/n
# allows curl install to skip checking for already installed yum packages
# later on in initial curl installations
touch /tmp/curlinstaller-yum
yum -y install epel-release
time $YUMDNFBIN -y install figlet moreutils nghttp2 libnghttp2 libnghttp2-devel clang clang-devel jemalloc jemalloc-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 libJudy glances bash-completion mlocate re2c libmcrypt libmcrypt-devel kernel-headers kernel-devel cmake28 uw-imap-devel uw-imap-devel
time $YUMDNFBIN -y install epel-release${DISABLEREPO_DNF}
if [[ "$CENTOS_SEVEN" = '7' ]]; then
time $YUMDNFBIN -y install clang clang-devel jemalloc jemalloc-devel libmcrypt libmcrypt-devel figlet moreutils nghttp2 libnghttp2 libnghttp2-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 glances bash-completion mlocate re2c kernel-headers kernel-devel uw-imap-devel uw-imap-devel${DISABLEREPO_DNF} --enablerepo=epel
else
time $YUMDNFBIN -y install clang clang-devel jemalloc jemalloc-devel libmcrypt libmcrypt-devel figlet moreutils nghttp2 libnghttp2 libnghttp2-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 libJudy glances bash-completion mlocate re2c kernel-headers kernel-devel cmake28 uw-imap-devel uw-imap-devel${DISABLEREPO_DNF} --enablerepo=epel
fi
if [ -f /etc/yum.repos.d/rpmforge.repo ]; then
time $YUMDNFBIN -y install GeoIP GeoIP-devel --disablerepo=rpmforge
else
Expand Down
8 changes: 6 additions & 2 deletions installer-minimal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -662,8 +662,12 @@ if [[ ! -f /usr/bin/git || ! -f /usr/bin/bc || ! -f /usr/bin/wget || ! -f /bin/n
# allows curl install to skip checking for already installed yum packages
# later on in initial curl installations
touch /tmp/curlinstaller-yum
yum -y install epel-release
yum -y install figlet moreutils nghttp2 libnghttp2 libnghttp2-devel clang clang-devel jemalloc jemalloc-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 libJudy glances bash-completion mlocate re2c libmcrypt libmcrypt-devel kernel-headers kernel-devel cmake28 uw-imap-devel
time $YUMDNFBIN -y install epel-release${DISABLEREPO_DNF}
if [[ "$CENTOS_SEVEN" = '7' ]]; then
time $YUMDNFBIN -y install clang clang-devel jemalloc jemalloc-devel libmcrypt libmcrypt-devel figlet moreutils nghttp2 libnghttp2 libnghttp2-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 glances bash-completion mlocate re2c kernel-headers kernel-devel uw-imap-devel uw-imap-devel${DISABLEREPO_DNF} --enablerepo=epel
else
time $YUMDNFBIN -y install clang clang-devel jemalloc jemalloc-devel libmcrypt libmcrypt-devel figlet moreutils nghttp2 libnghttp2 libnghttp2-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 libJudy glances bash-completion mlocate re2c kernel-headers kernel-devel cmake28 uw-imap-devel uw-imap-devel${DISABLEREPO_DNF} --enablerepo=epel
fi
if [ -f /etc/yum.repos.d/rpmforge.repo ]; then
time $YUMDNFBIN -y install GeoIP GeoIP-devel --disablerepo=rpmforge
else
Expand Down
6 changes: 5 additions & 1 deletion installer-ngxpagespeed-gitlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,11 @@ if [[ ! -f /usr/bin/git || ! -f /usr/bin/bc || ! -f /usr/bin/wget || ! -f /bin/n
# later on in initial curl installations
touch /tmp/curlinstaller-yum
time $YUMDNFBIN -y install epel-release${DISABLEREPO_DNF}
time $YUMDNFBIN -y install clang clang-devel jemalloc jemalloc-devel libmcrypt libmcrypt-devel figlet moreutils nghttp2 libnghttp2 libnghttp2-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 libJudy glances bash-completion mlocate re2c kernel-headers kernel-devel cmake28 uw-imap-devel uw-imap-devel${DISABLEREPO_DNF}
if [[ "$CENTOS_SEVEN" = '7' ]]; then
time $YUMDNFBIN -y install clang clang-devel jemalloc jemalloc-devel libmcrypt libmcrypt-devel figlet moreutils nghttp2 libnghttp2 libnghttp2-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 glances bash-completion mlocate re2c kernel-headers kernel-devel uw-imap-devel uw-imap-devel${DISABLEREPO_DNF} --enablerepo=epel
else
time $YUMDNFBIN -y install clang clang-devel jemalloc jemalloc-devel libmcrypt libmcrypt-devel figlet moreutils nghttp2 libnghttp2 libnghttp2-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 libJudy glances bash-completion mlocate re2c kernel-headers kernel-devel cmake28 uw-imap-devel uw-imap-devel${DISABLEREPO_DNF} --enablerepo=epel
fi
if [ -f /etc/yum.repos.d/rpmforge.repo ]; then
time $YUMDNFBIN -y install GeoIP GeoIP-devel --disablerepo=rpmforge
else
Expand Down
6 changes: 5 additions & 1 deletion installer-ngxpagespeed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,11 @@ if [[ ! -f /usr/bin/git || ! -f /usr/bin/bc || ! -f /usr/bin/wget || ! -f /bin/n
# later on in initial curl installations
touch /tmp/curlinstaller-yum
time $YUMDNFBIN -y install epel-release${DISABLEREPO_DNF}
time $YUMDNFBIN -y install clang clang-devel jemalloc jemalloc-devel libmcrypt libmcrypt-devel figlet moreutils nghttp2 libnghttp2 libnghttp2-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 libJudy glances bash-completion mlocate re2c kernel-headers kernel-devel cmake28 uw-imap-devel uw-imap-devel${DISABLEREPO_DNF}
if [[ "$CENTOS_SEVEN" = '7' ]]; then
time $YUMDNFBIN -y install clang clang-devel jemalloc jemalloc-devel libmcrypt libmcrypt-devel figlet moreutils nghttp2 libnghttp2 libnghttp2-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 glances bash-completion mlocate re2c kernel-headers kernel-devel uw-imap-devel uw-imap-devel${DISABLEREPO_DNF} --enablerepo=epel
else
time $YUMDNFBIN -y install clang clang-devel jemalloc jemalloc-devel libmcrypt libmcrypt-devel figlet moreutils nghttp2 libnghttp2 libnghttp2-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 libJudy glances bash-completion mlocate re2c kernel-headers kernel-devel cmake28 uw-imap-devel uw-imap-devel${DISABLEREPO_DNF} --enablerepo=epel
fi
if [ -f /etc/yum.repos.d/rpmforge.repo ]; then
time $YUMDNFBIN -y install GeoIP GeoIP-devel --disablerepo=rpmforge
else
Expand Down
6 changes: 5 additions & 1 deletion installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,11 @@ if [[ ! -f /usr/bin/git || ! -f /usr/bin/bc || ! -f /usr/bin/wget || ! -f /bin/n
# later on in initial curl installations
touch /tmp/curlinstaller-yum
time $YUMDNFBIN -y install epel-release${DISABLEREPO_DNF}
time $YUMDNFBIN -y install clang clang-devel jemalloc jemalloc-devel libmcrypt libmcrypt-devel figlet moreutils nghttp2 libnghttp2 libnghttp2-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 libJudy glances bash-completion mlocate re2c kernel-headers kernel-devel cmake28 uw-imap-devel uw-imap-devel${DISABLEREPO_DNF}
if [[ "$CENTOS_SEVEN" = '7' ]]; then
time $YUMDNFBIN -y install clang clang-devel jemalloc jemalloc-devel libmcrypt libmcrypt-devel figlet moreutils nghttp2 libnghttp2 libnghttp2-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 glances bash-completion mlocate re2c kernel-headers kernel-devel uw-imap-devel uw-imap-devel${DISABLEREPO_DNF} --enablerepo=epel
else
time $YUMDNFBIN -y install clang clang-devel jemalloc jemalloc-devel libmcrypt libmcrypt-devel figlet moreutils nghttp2 libnghttp2 libnghttp2-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 libJudy glances bash-completion mlocate re2c kernel-headers kernel-devel cmake28 uw-imap-devel uw-imap-devel${DISABLEREPO_DNF} --enablerepo=epel
fi
if [ -f /etc/yum.repos.d/rpmforge.repo ]; then
time $YUMDNFBIN -y install GeoIP GeoIP-devel --disablerepo=rpmforge
else
Expand Down
6 changes: 5 additions & 1 deletion installer55-gitlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,11 @@ if [[ ! -f /usr/bin/git || ! -f /usr/bin/bc || ! -f /usr/bin/wget || ! -f /bin/n
# later on in initial curl installations
touch /tmp/curlinstaller-yum
time $YUMDNFBIN -y install epel-release${DISABLEREPO_DNF}
time $YUMDNFBIN -y install clang clang-devel jemalloc jemalloc-devel libmcrypt libmcrypt-devel figlet moreutils nghttp2 libnghttp2 libnghttp2-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 libJudy glances bash-completion mlocate re2c kernel-headers kernel-devel cmake28 uw-imap-devel uw-imap-devel${DISABLEREPO_DNF}
if [[ "$CENTOS_SEVEN" = '7' ]]; then
time $YUMDNFBIN -y install clang clang-devel jemalloc jemalloc-devel libmcrypt libmcrypt-devel figlet moreutils nghttp2 libnghttp2 libnghttp2-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 glances bash-completion mlocate re2c kernel-headers kernel-devel uw-imap-devel uw-imap-devel${DISABLEREPO_DNF} --enablerepo=epel
else
time $YUMDNFBIN -y install clang clang-devel jemalloc jemalloc-devel libmcrypt libmcrypt-devel figlet moreutils nghttp2 libnghttp2 libnghttp2-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 libJudy glances bash-completion mlocate re2c kernel-headers kernel-devel cmake28 uw-imap-devel uw-imap-devel${DISABLEREPO_DNF} --enablerepo=epel
fi
if [ -f /etc/yum.repos.d/rpmforge.repo ]; then
time $YUMDNFBIN -y install GeoIP GeoIP-devel --disablerepo=rpmforge
else
Expand Down
6 changes: 5 additions & 1 deletion installer55.sh
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,11 @@ if [[ ! -f /usr/bin/git || ! -f /usr/bin/bc || ! -f /usr/bin/wget || ! -f /bin/n
# later on in initial curl installations
touch /tmp/curlinstaller-yum
time $YUMDNFBIN -y install epel-release${DISABLEREPO_DNF}
time $YUMDNFBIN -y install clang clang-devel jemalloc jemalloc-devel libmcrypt libmcrypt-devel figlet moreutils nghttp2 libnghttp2 libnghttp2-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 libJudy glances bash-completion mlocate re2c kernel-headers kernel-devel cmake28 uw-imap-devel uw-imap-devel${DISABLEREPO_DNF}
if [[ "$CENTOS_SEVEN" = '7' ]]; then
time $YUMDNFBIN -y install clang clang-devel jemalloc jemalloc-devel libmcrypt libmcrypt-devel figlet moreutils nghttp2 libnghttp2 libnghttp2-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 glances bash-completion mlocate re2c kernel-headers kernel-devel uw-imap-devel uw-imap-devel${DISABLEREPO_DNF} --enablerepo=epel
else
time $YUMDNFBIN -y install clang clang-devel jemalloc jemalloc-devel libmcrypt libmcrypt-devel figlet moreutils nghttp2 libnghttp2 libnghttp2-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 libJudy glances bash-completion mlocate re2c kernel-headers kernel-devel cmake28 uw-imap-devel uw-imap-devel${DISABLEREPO_DNF} --enablerepo=epel
fi
if [ -f /etc/yum.repos.d/rpmforge.repo ]; then
time $YUMDNFBIN -y install GeoIP GeoIP-devel --disablerepo=rpmforge
else
Expand Down
6 changes: 5 additions & 1 deletion installer56-gitlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,11 @@ if [[ ! -f /usr/bin/git || ! -f /usr/bin/bc || ! -f /usr/bin/wget || ! -f /bin/n
# later on in initial curl installations
touch /tmp/curlinstaller-yum
time $YUMDNFBIN -y install epel-release${DISABLEREPO_DNF}
time $YUMDNFBIN -y install clang clang-devel jemalloc jemalloc-devel libmcrypt libmcrypt-devel figlet moreutils nghttp2 libnghttp2 libnghttp2-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 libJudy glances bash-completion mlocate re2c kernel-headers kernel-devel cmake28 uw-imap-devel uw-imap-devel${DISABLEREPO_DNF}
if [[ "$CENTOS_SEVEN" = '7' ]]; then
time $YUMDNFBIN -y install clang clang-devel jemalloc jemalloc-devel libmcrypt libmcrypt-devel figlet moreutils nghttp2 libnghttp2 libnghttp2-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 glances bash-completion mlocate re2c kernel-headers kernel-devel uw-imap-devel uw-imap-devel${DISABLEREPO_DNF} --enablerepo=epel
else
time $YUMDNFBIN -y install clang clang-devel jemalloc jemalloc-devel libmcrypt libmcrypt-devel figlet moreutils nghttp2 libnghttp2 libnghttp2-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 libJudy glances bash-completion mlocate re2c kernel-headers kernel-devel cmake28 uw-imap-devel uw-imap-devel${DISABLEREPO_DNF} --enablerepo=epel
fi
if [ -f /etc/yum.repos.d/rpmforge.repo ]; then
time $YUMDNFBIN -y install GeoIP GeoIP-devel --disablerepo=rpmforge
else
Expand Down
6 changes: 5 additions & 1 deletion installer56.sh
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,11 @@ if [[ ! -f /usr/bin/git || ! -f /usr/bin/bc || ! -f /usr/bin/wget || ! -f /bin/n
# later on in initial curl installations
touch /tmp/curlinstaller-yum
time $YUMDNFBIN -y install epel-release${DISABLEREPO_DNF}
time $YUMDNFBIN -y install clang clang-devel jemalloc jemalloc-devel libmcrypt libmcrypt-devel figlet moreutils nghttp2 libnghttp2 libnghttp2-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 libJudy glances bash-completion mlocate re2c kernel-headers kernel-devel cmake28 uw-imap-devel uw-imap-devel${DISABLEREPO_DNF}
if [[ "$CENTOS_SEVEN" = '7' ]]; then
time $YUMDNFBIN -y install clang clang-devel jemalloc jemalloc-devel libmcrypt libmcrypt-devel figlet moreutils nghttp2 libnghttp2 libnghttp2-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 glances bash-completion mlocate re2c kernel-headers kernel-devel uw-imap-devel uw-imap-devel${DISABLEREPO_DNF} --enablerepo=epel
else
time $YUMDNFBIN -y install clang clang-devel jemalloc jemalloc-devel libmcrypt libmcrypt-devel figlet moreutils nghttp2 libnghttp2 libnghttp2-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 libJudy glances bash-completion mlocate re2c kernel-headers kernel-devel cmake28 uw-imap-devel uw-imap-devel${DISABLEREPO_DNF} --enablerepo=epel
fi
if [ -f /etc/yum.repos.d/rpmforge.repo ]; then
time $YUMDNFBIN -y install GeoIP GeoIP-devel --disablerepo=rpmforge
else
Expand Down
6 changes: 5 additions & 1 deletion installer7-gitlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,11 @@ if [[ ! -f /usr/bin/git || ! -f /usr/bin/bc || ! -f /usr/bin/wget || ! -f /bin/n
# later on in initial curl installations
touch /tmp/curlinstaller-yum
time $YUMDNFBIN -y install epel-release${DISABLEREPO_DNF}
time $YUMDNFBIN -y install clang clang-devel jemalloc jemalloc-devel libmcrypt libmcrypt-devel figlet moreutils nghttp2 libnghttp2 libnghttp2-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 libJudy glances bash-completion mlocate re2c kernel-headers kernel-devel cmake28 uw-imap-devel uw-imap-devel${DISABLEREPO_DNF}
if [[ "$CENTOS_SEVEN" = '7' ]]; then
time $YUMDNFBIN -y install clang clang-devel jemalloc jemalloc-devel libmcrypt libmcrypt-devel figlet moreutils nghttp2 libnghttp2 libnghttp2-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 glances bash-completion mlocate re2c kernel-headers kernel-devel uw-imap-devel uw-imap-devel${DISABLEREPO_DNF} --enablerepo=epel
else
time $YUMDNFBIN -y install clang clang-devel jemalloc jemalloc-devel libmcrypt libmcrypt-devel figlet moreutils nghttp2 libnghttp2 libnghttp2-devel pngquant optipng jpegoptim pwgen pigz pbzip2 xz pxz lz4 libJudy glances bash-completion mlocate re2c kernel-headers kernel-devel cmake28 uw-imap-devel uw-imap-devel${DISABLEREPO_DNF} --enablerepo=epel
fi
if [ -f /etc/yum.repos.d/rpmforge.repo ]; then
time $YUMDNFBIN -y install GeoIP GeoIP-devel --disablerepo=rpmforge
else
Expand Down
Loading

0 comments on commit 09f3984

Please sign in to comment.