Parcourir la source

axel broken, replacing with curl

bryan il y a 3 ans
Parent
commit
907c4bc28b
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. 3 1
      openwrtbuilder

+ 3 - 1
openwrtbuilder

@@ -182,7 +182,9 @@ getImageBuilder() {
     else
         echo "Downloading the ImageBuilder requires axel or curl!"
         return 1
-    fi 
+    fi
+
+    _dl_tool="curl" # TODO remove
     
     echo "Downloading imagebuilder archive using $_dl_tool"