添加 install.sh
This commit is contained in:
parent
e521eea05f
commit
2a28182aaa
9
install.sh
Normal file
9
install.sh
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user