瀏覽代碼

axel broken, replacing with curl

bryan 3 年之前
父節點
當前提交
907c4bc28b
共有 1 個文件被更改,包括 3 次插入1 次删除
  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"