Skip to content

Commit

Permalink
disable Axel download accelerator
Browse files Browse the repository at this point in the history
too many redirects error using Axel
  • Loading branch information
centminmod committed Apr 1, 2015
1 parent 97e0db1 commit 09e804f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions centmin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,8 @@ CM_INSTALLDIR=$CUR_DIR
# FUNCTIONS

if [[ "$CENTOSVER" = '6.0' || "$CENTOSVER" = '6.1' || "$CENTOSVER" = '6.2' || "$CENTOSVER" = '6.3' || "$CENTOSVER" = '6.4' || "$CENTOSVER" = '6.5' || "$CENTOSVER" = '6.6' ]]; then
DOWNLOADAPP='axel -a'
WGETRETRY=''
DOWNLOADAPP='wget ${WGETOPT} --progress=bar'
WGETRETRY='--tries=3'
AXELPHPTARGZ="-o php-${PHP_VERSION}.tar.gz"
AXELPHPUPGRADETARGZ="-o php-${phpver}.tar.gz"
else
Expand Down

0 comments on commit 09e804f

Please sign in to comment.