diff --git a/apt-fast b/apt-fast index 9ceeac1..bcb432a 100755 --- a/apt-fast +++ b/apt-fast @@ -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