From 0b7ca5a638ac97db8d8b606ee7f71b1e56f371c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=82=9F=E7=A9=BA=E7=9A=84=E6=97=A5=E5=B8=B8=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E4=BB=93=E5=BA=93?= Date: Sat, 19 Oct 2024 21:44:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20install.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 3d485f2..c643e19 100644 --- a/install.sh +++ b/install.sh @@ -3,7 +3,8 @@ install() { opkg update wget https://cafe.cpolar.cn/wkdaily/OneKeyExpand/raw/branch/main/luci-app-partexp_all.ipk - opkg install luci-app-partexp_all.ipk + opkg install luci-app-partexp_all.ipk 2>/dev/null + echo "安装成功" } install