From 36af948975ace73b9a9e09de972573569ce3f93a Mon Sep 17 00:00:00 2001 From: wukongdaily <143675923+wukongdaily@users.noreply.github.com> Date: Fri, 22 Sep 2023 23:04:59 +0800 Subject: [PATCH] Update prepare.sh --- prepare.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prepare.sh b/prepare.sh index 201633b..87212b3 100644 --- a/prepare.sh +++ b/prepare.sh @@ -3,10 +3,10 @@ # 建议安装bash 满足更多的函数调用 check_bash_installed() { if [ -x "/bin/bash" ]; then - echo "downloading gl-inet.sh ......" + echo "downloading prepare.sh ......" else opkg update opkg install bash fi } -check_bash_installed \ No newline at end of file +check_bash_installed