Update comments
Signed-off-by: Teddysun <i@teddysun.com>
This commit is contained in:
parent
a6d34d0f09
commit
ef9f961e8d
|
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user