Updated axel, which changed its install location

This commit is contained in:
Abhay Rana 2015-06-19 14:41:21 +05:30
parent 9128bb7161
commit e176e8ab76
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
[ "`whoami`" = root ] || exec sudo "$0" "$@"
# Test if the axel is installed
if [ ! -x /usr/bin/axel ]
if [ ! -x /usr/local/bin/axel ]
then echo "axel is not installed, perform this?(y/n)"
read ops
case $ops in