Commit 462ff0bed5a237d97117b5d6a5cfc8b7382c58c9

Authored by Clang
1 parent 66474277
Exists in master

Update install_ngrok.sh

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
install_ngrok.sh
... ... @@ -155,7 +155,8 @@ function check_input(){
155 155 fi
156 156 }
157 157 function pre_install(){
158   - echo "install ngrok,please wait..."
  158 + echo "Install ngrok,please wait..."
  159 + echo "============== Install packs =============="
159 160 if [ "${OS}" == 'CentOS' ]; then
160 161 #yum -y update
161 162 yum -y install nano net-tools openssl-devel curl curl-devel psmisc wget
... ...