소스 검색

Debug curl checksum issues

bryan 5 달 전
부모
커밋
4d77b17269
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      openwrtbuilder

+ 1 - 1
openwrtbuilder

@@ -398,7 +398,7 @@ getImageBuilderChecksum() {
     fi
 
     echo "Downloading Image Builder checksum using $DL_TOOL"
-    execute "$DL_TOOL -o $IB_SHA256_FILE $IB_SHA256_URL"
+    execute "wget -O $IB_SHA256_FILE $IB_SHA256_URL"
 }