Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
Signed-off-by: Teddysun <[email protected]>
  • Loading branch information
teddysun committed Jun 5, 2018
1 parent a6d34d0 commit ef9f961
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shadowsocks-go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,10 @@ pre_install(){
char=`get_char`
#Install necessary dependencies
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
apt-get -y update
apt-get install -y wget unzip gzip curl
apt-get install -y wget unzip gzip curl libnss3
fi
echo

Expand Down Expand Up @@ -279,7 +279,7 @@ config_shadowsocks(){
"local_port":1080,
"password":"${shadowsockspwd}",
"method":"${shadowsockscipher}",
"timeout":600
"timeout":300
}
EOF
}
Expand Down

0 comments on commit ef9f961

Please sign in to comment.