From 2a28182aaa40e2f7f89737894fdf82e91b9ede6b 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:30:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20install.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 install.sh diff --git a/install.sh b/install.sh new file mode 100644 index 0000000..f9e46ff --- /dev/null +++ b/install.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +install() { + opkg update + wget https://dl.openwrt.ai/23.05/packages/x86_64/kiddin9/luci-app-partexp_git-25.280.04805-6f563c1_all.ipk + opkg install luci-app-partexp_git-25.280.04805-6f563c1_all.ipk +} + +install