Explorar el Código

axel broken, replacing with curl

bryan hace 3 años
padre
commit
907c4bc28b
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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"