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