X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Linux%2Fscripts%2FLocalFunctions.sh;h=493ce661f20b5418b40beae930de4815f2609df5;hb=e79d72630bd419d3223605aecbc3ca44360a30f6;hp=9075cf2673dcec9539944b273c2ac46630bfa0c6;hpb=226677f5b7419d7bfdf7914b338af561d675605d;p=creaToolsTools.git diff --git a/Linux/scripts/LocalFunctions.sh b/Linux/scripts/LocalFunctions.sh index 9075cf2..493ce66 100644 --- a/Linux/scripts/LocalFunctions.sh +++ b/Linux/scripts/LocalFunctions.sh @@ -87,7 +87,7 @@ function getDownloadCommand { local DISTRIB=`getDistrib` if [ "$DISTRIB" == MacOS ] ; then downloadCommand=curl; - elif [ "$DISTRIB" == Fedora ] ; then downloadCommand=aria -x 16 + elif [ "$DISTRIB" == Fedora ] ; then downloadCommand='aria2c -x 16' elif [ "$DISTRIB" == Ubuntu ] ; then downloadCommand=wget else downloadCommand="VOID_EED" fi