From d29d5870a8f87c7f345825d8056787e211376f3c Mon Sep 17 00:00:00 2001 From: zhao Date: Thu, 29 May 2025 11:04:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20bin/ZeroWrt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhao --- bin/ZeroWrt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ZeroWrt b/bin/ZeroWrt index 1974868..3b4256b 100644 --- a/bin/ZeroWrt +++ b/bin/ZeroWrt @@ -1037,7 +1037,7 @@ istore_style() { else color_output "\e[34m[1/3] Installing iStore App Store...\e[0m" fi - wget -qO install.sh https://git.kejizero.online/zhao/files/raw/branch/main/%20Script/iStoreOS/install.sh && chmod +x install.sh && ./install.sh + wget -qO install.sh https://git.kejizero.online/zhao/iStoreOS/raw/branch/main/install.sh && chmod +x install.sh && ./install.sh if [[ "$LANG_CHOICE" == "zh" ]]; then color_output "\e[32miStore 商店安装完成\e[0m" else