Parcourir la source

Fix release compression

bryan il y a 1 an
Parent
commit
5a4f6e0988
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      openwrtbuilder

+ 1 - 1
openwrtbuilder

@@ -821,7 +821,7 @@ main() {
             declare img_fname="openwrt-${TARGET//\//-}-$DEVICE-$FILESYSTEM" 
         else
             declare url_prefix="https://downloads.openwrt.org/releases/$RELEASE/targets/$TARGET"
-            declare url_filename="openwrt-imagebuilder-$RELEASE-${TARGET//\//-}.Linux-x86_64.tar.zst"
+            declare url_filename="openwrt-imagebuilder-$RELEASE-${TARGET//\//-}.Linux-x86_64.tar.xz"
             declare img_fname="openwrt-$RELEASE-${TARGET//\//-}-$DEVICE-$FILESYSTEM"
         fi