From e176e8ab763eeba12981961cf8a72a3b007d4eff Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Fri, 19 Jun 2015 14:41:21 +0530 Subject: [PATCH] Updated axel, which changed its install location --- apt-fast | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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