更新 bin/ZeroWrt

Signed-off-by: zhao <zhao@noreply.localhost>
This commit is contained in:
zhao 2025-01-08 00:00:12 +08:00
parent 4b542a0c22
commit 785234483c

View File

@ -455,7 +455,7 @@ istore_style() {
case "$style_choice" in case "$style_choice" in
1) 1)
color_output "\e[34m[安装 iStore 商店]\e[0m" 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" color_output "\e[32miStore 商店安装完成\e[0m"
read -p "按 Enter 键继续..." read -p "按 Enter 键继续..."
;; ;;