From d276358c8e980c7752d4b25a0dd6adb12957e945 Mon Sep 17 00:00:00 2001 From: zhao Date: Fri, 17 Jan 2025 22:20:46 +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 | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/bin/ZeroWrt b/bin/ZeroWrt index d39c3d9..6300cc0 100644 --- a/bin/ZeroWrt +++ b/bin/ZeroWrt @@ -584,13 +584,25 @@ istore_style() { clear color_output "\e[34m[开始安装 iStoreOS 风格化]\e[0m" + # 安装 Argon 主题 + color_output "\e[34m[1/3] 正在安装 Argon 主题...\e[0m" + opkg update + opkg install luci-compat + opkg install luci-lib-ipkg + wget --no-check-certificate https://git.kejizero.online/zhao/files/releases/download/v2.3.1/luci-theme-argon_2.3.1_all.ipk + opkg install luci-theme-argon*.ipk + wget --no-check-certificate https://git.kejizero.online/zhao/files/releases/download/v0.9/luci-app-argon-config_0.9_all.ipk + opkg install luci-app-argon-config*.ipk + uci set luci.main.mediaurlbase='/luci-static/argon' + uci commit luci + # 安装 iStore 商店 - color_output "\e[34m[1/2] 正在安装 iStore 商店...\e[0m" + color_output "\e[34m[2/3] 正在安装 iStore 商店...\e[0m" 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[34m[2/2] 正在安装网络向导和首页...\e[0m" + color_output "\e[34m[3/3] 正在安装网络向导和首页...\e[0m" is-opkg install luci-i18n-quickstart-zh-cn color_output "\e[32m网络向导和首页安装完成\e[0m"