Skip to content

Commit

Permalink
fix AXEL_VER in centmin.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Jun 20, 2016
1 parent 78da9b6 commit 71ab19a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions centmin.sh
Expand Up @@ -527,7 +527,7 @@ SIEGE_VERSION='4.0.1'

CURL_TIMEOUTS=' --max-time 5 --connect-timeout 5'
WGETOPT='-cnv --no-dns-cache -4'
AXEL_VER='2.11' # Axel source compile version https://github.com/eribertomota/axel/releases
AXEL_VER='2.6' # Axel source compile version https://github.com/eribertomota/axel/releases
###############################################################
# experimental Intel compiled optimisations
# when auto detect Intel based processors
Expand Down Expand Up @@ -608,7 +608,7 @@ fi
if [[ "CENTOS_SIX" = '6' ]]; then
AXEL_VER='2.6'
#elif [[ "CENTOS_SEVEN" = '7' ]]; then
# AXEL_VER='2.11'
# AXEL_VER='2.6'
fi

# ensure clang alternative to gcc compiler is used only for 64bit OS
Expand Down

0 comments on commit 71ab19a

Please sign in to comment.