OneKeyExpand/install.sh

10 lines
186 B
Bash
Raw Normal View History

2024-10-19 21:30:49 +08:00
#!/bin/sh
install() {
opkg update
2024-10-19 21:34:34 +08:00
wget https://cafe.cpolar.cn/wkdaily/OneKeyExpand/raw/branch/main/luci-app-partexp_all.ipk
opkg install luci-app-partexp_all.ipk
2024-10-19 21:30:49 +08:00
}
install