From 0e4cc8733f21f3a2f4000020a141fd77f13b07cb Mon Sep 17 00:00:00 2001 From: wukongdaily <143675923+wukongdaily@users.noreply.github.com> Date: Fri, 15 Sep 2023 10:47:51 +0800 Subject: [PATCH] Create drive-gl-inet.sh Prepare for gl-inet.run, Install some essential software for the environment. --- drive-gl-inet.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 drive-gl-inet.sh diff --git a/drive-gl-inet.sh b/drive-gl-inet.sh new file mode 100644 index 0000000..ab32aaa --- /dev/null +++ b/drive-gl-inet.sh @@ -0,0 +1,4 @@ +#!/bin/sh +opkg update +opkg install bash +wget -O /tmp/gl-inet.run https://ghproxy.com/https://raw.githubusercontent.com/wukongdaily/gl-inet-onescript/master/gl-inet.run && chmod +x /tmp/gl-inet.run && /tmp/gl-inet.run