Add shadowsocks-go

This commit is contained in:
Teddysun 2015-01-05 18:33:23 +08:00
parent b9beaa960e
commit 45d01d2185

View File

@ -192,6 +192,7 @@ function install(){
# Install shadowsocks-go # Install shadowsocks-go
if [ -s /usr/bin/shadowsocks-server ];then if [ -s /usr/bin/shadowsocks-server ];then
echo "shadowsocks-go install success!" echo "shadowsocks-go install success!"
chmod +x /usr/bin/shadowsocks-server
mv $cur_dir/shadowsocks-go /etc/init.d/shadowsocks mv $cur_dir/shadowsocks-go /etc/init.d/shadowsocks
chmod +x /etc/init.d/shadowsocks chmod +x /etc/init.d/shadowsocks
# Add run on system start up # Add run on system start up