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