Update comments

Signed-off-by: Teddysun <i@teddysun.com>
This commit is contained in:
Teddysun 2018-06-05 22:18:36 +09:00
parent a6d34d0f09
commit ef9f961e8d
No known key found for this signature in database
GPG Key ID: 09BD4C080AD6C46D

View File

@ -217,10 +217,10 @@ pre_install(){
char=`get_char` char=`get_char`
#Install necessary dependencies #Install necessary dependencies
if check_sys packageManager yum; then if check_sys packageManager yum; then
yum install -y wget unzip gzip curl yum install -y wget unzip gzip curl nss
elif check_sys packageManager apt; then elif check_sys packageManager apt; then
apt-get -y update apt-get -y update
apt-get install -y wget unzip gzip curl apt-get install -y wget unzip gzip curl libnss3
fi fi
echo echo
@ -279,7 +279,7 @@ config_shadowsocks(){
"local_port":1080, "local_port":1080,
"password":"${shadowsockspwd}", "password":"${shadowsockspwd}",
"method":"${shadowsockscipher}", "method":"${shadowsockscipher}",
"timeout":600 "timeout":300
} }
EOF EOF
} }