From 8cbc62695be44559ec8a51b982079ba6a0e48a53 Mon Sep 17 00:00:00 2001 From: wukongdaily <143675923+wukongdaily@users.noreply.github.com> Date: Sat, 23 Sep 2023 09:29:21 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80521ec..bb7ac23 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ wget -O /tmp/drive-gl-inet.sh https://ghproxy.com/https://raw.githubusercontent. # install bash env ``` -wget -O /tmp/prepare.sh https://ghproxy.com/https://raw.githubusercontent.com/wukongdaily/gl-inet-onescript/master/prepare.sh && chmod +x /tmp/prepare.sh && /tmp/prepare.sh +wget -O /tmp/prepare.sh https://ghproxy.com/https://raw.githubusercontent.com/wukongdaily/gl-inet-onescript/master/prepare.sh && chmod +x /tmp/prepare.sh && sh /tmp/prepare.sh ```