From 5bbdabca0787b29d33f7b6f9595e8da0a65717a2 Mon Sep 17 00:00:00 2001 From: Olia Lisa Date: Tue, 23 Jun 2026 10:29:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=87=8F=E5=B0=91wget=E8=BE=93=E5=87=BA?= =?UTF-8?q?=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.sh b/init.sh index e93fd73..a929c84 100644 --- a/init.sh +++ b/init.sh @@ -8,4 +8,4 @@ gettext libssl-dev xsltproc rsync wget unzip python3 qemu-utils mkisofs zstd version="25.12.0" file="immortalwrt-imagebuilder-$version-x86-64.tar.zst" url="https://downloads.immortalwrt.org/releases/$version/targets/x86/64/immortalwrt-imagebuilder-$version-x86-64.Linux-x86_64.tar.zst" -wget -O $file $url && tar -I zstd -xvf $file \ No newline at end of file +wget -q --show-progress -O $file $url && tar -I zstd -xvf $file \ No newline at end of file