OneKeyExpand/install.sh

10 lines
228 B
Bash
Raw Normal View History

2024-10-19 21:30:49 +08:00
#!/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