OneKeyExpand/install.sh

11 lines
227 B
Bash

#!/bin/sh
install() {
opkg update
wget https://cafe.vip.cpolar.top/wkdaily/OneKeyExpand/raw/branch/main/luci-app-partexp_all.ipk
opkg install luci-app-partexp_all.ipk 2>/dev/null
echo "安装成功"
}
install