From 785234483cbc49b4f5ca93cfe8a9d88ad349c6ab Mon Sep 17 00:00:00 2001 From: zhao Date: Wed, 8 Jan 2025 00:00:12 +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 2584b1e..3f63a50 100644 --- a/bin/ZeroWrt +++ b/bin/ZeroWrt @@ -455,7 +455,7 @@ istore_style() { case "$style_choice" in 1) color_output "\e[34m[安装 iStore 商店]\e[0m" - wget -qO imm.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/files/raw/branch/main/%20Script/iStoreOS/install.sh && chmod +x install.sh && ./install.sh color_output "\e[32miStore 商店安装完成\e[0m" read -p "按 Enter 键继续..." ;;