gl-inet-onescript/drive-gl-inet.sh
wukongdaily c0445fec0d 增加prepare.sh
如果要运行更多函数 建议先执行它
2023-09-22 22:59:35 +08:00

12 lines
352 B
Bash

#!/bin/sh
check_bash_installed() {
if [ -x "/bin/bash" ]; then
echo "downloading gl-inet.sh ......"
else
opkg update
opkg install bash
fi
}
check_bash_installed
wget -O /tmp/gl-inet.sh https://ghproxy.com/https://raw.githubusercontent.com/wukongdaily/gl-inet-onescript/master/gl-inet.sh && chmod +x /tmp/gl-inet.sh && /tmp/gl-inet.sh