Browse Source

axel broken, replacing with curl

bryan 3 years ago
parent
commit
907c4bc28b
1 changed files with 3 additions and 1 deletions
  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"