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 键继续..." ;;