Update website URL

This commit is contained in:
Teddysun 2015-11-10 14:14:38 +08:00
parent 17597fae94
commit 5f8943effd
4 changed files with 18 additions and 18 deletions

View File

@ -6,14 +6,14 @@ export PATH
# Description: One click Install Shadowsocks-go server
# Author: Teddysun <i@teddysun.com>
# Thanks: @cyfdecyf <https://twitter.com/cyfdecyf>
# Intro: http://teddysun.com/392.html
# Intro: https://teddysun.com/392.html
#===============================================================================================
clear
echo ""
echo "#############################################################"
echo "# One click Install Shadowsocks-go server #"
echo "# Intro: http://teddysun.com/392.html #"
echo "# Intro: https://teddysun.com/392.html #"
echo "# Author: Teddysun <i@teddysun.com> #"
echo "# Thanks: @cyfdecyf <https://twitter.com/cyfdecyf> #"
echo "#############################################################"
@ -260,7 +260,7 @@ function install_go(){
echo -e "Your Local Port: \033[41;37m 1080 \033[0m"
echo -e "Your Encryption Method: \033[41;37m aes-256-cfb \033[0m"
echo ""
echo "Welcome to visit:http://teddysun.com/392.html"
echo "Welcome to visit:https://teddysun.com/392.html"
echo "Enjoy it!"
echo ""
exit 0

View File

@ -6,14 +6,14 @@ export PATH
# Description: Install Shadowsocks-libev server for Debian or Ubuntu
# Author: Teddysun <i@teddysun.com>
# Thanks: @m0d8ye <https://twitter.com/m0d8ye>
# Intro: http://teddysun.com/358.html
# Intro: https://teddysun.com/358.html
#===============================================================================================
clear
echo ""
echo "#############################################################"
echo "# Install Shadowsocks-libev server for Debian or Ubuntu #"
echo "# Intro: http://teddysun.com/358.html #"
echo "# Intro: https://teddysun.com/358.html #"
echo "# Author: Teddysun <i@teddysun.com> #"
echo "# Thanks: @m0d8ye <https://twitter.com/m0d8ye> #"
echo "#############################################################"
@ -126,7 +126,7 @@ function download_files(){
fi
else
echo ""
echo "Unzip shadowsocks-libev failed! Please visit http://teddysun.com/358.html and contact."
echo "Unzip shadowsocks-libev failed! Please visit https://teddysun.com/358.html and contact."
exit 1
fi
}
@ -173,7 +173,7 @@ function install_libev(){
fi
else
echo ""
echo "Shadowsocks-libev install failed! Please visit http://teddysun.com/358.html and contact."
echo "Shadowsocks-libev install failed! Please visit https://teddysun.com/358.html and contact."
exit 1
fi
fi
@ -192,7 +192,7 @@ function install_libev(){
echo -e "Your Local Port: \033[41;37m 1080 \033[0m"
echo -e "Your Encryption Method: \033[41;37m aes-256-cfb \033[0m"
echo ""
echo "Welcome to visit:http://teddysun.com/358.html"
echo "Welcome to visit:https://teddysun.com/358.html"
echo "Enjoy it!"
echo ""
exit 0

View File

@ -6,13 +6,13 @@ export PATH
# Description: Install Shadowsocks-libev server for CentOS 6 or 7
# Author: Teddysun <i@teddysun.com>
# Thanks: @m0d8ye <https://twitter.com/m0d8ye>
# Intro: http://teddysun.com/357.html
# Intro: https://teddysun.com/357.html
#===============================================================================================
clear
echo "#############################################################"
echo "# Install Shadowsocks-libev server for CentOS 6 or 7 #"
echo "# Intro: http://teddysun.com/357.html #"
echo "# Intro: https://teddysun.com/357.html #"
echo "# Author: Teddysun <i@teddysun.com> #"
echo "# Thanks: @m0d8ye <https://twitter.com/m0d8ye> #"
echo "#############################################################"
@ -136,7 +136,7 @@ function download_files(){
cd $cur_dir/shadowsocks-libev-master/
else
echo ""
echo "Unzip shadowsocks-libev failed! Please visit http://teddysun.com/357.html and contact."
echo "Unzip shadowsocks-libev failed! Please visit https://teddysun.com/357.html and contact."
exit 1
fi
# Download start script
@ -206,7 +206,7 @@ function install(){
fi
else
echo ""
echo "Shadowsocks-libev install failed! Please visit http://teddysun.com/357.html and contact."
echo "Shadowsocks-libev install failed! Please visit https://teddysun.com/357.html and contact."
exit 1
fi
fi
@ -225,7 +225,7 @@ function install(){
echo -e "Your Local Port: \033[41;37m 1080 \033[0m"
echo -e "Your Encryption Method: \033[41;37m aes-256-cfb \033[0m"
echo ""
echo "Welcome to visit:http://teddysun.com/357.html"
echo "Welcome to visit:https://teddysun.com/357.html"
echo "Enjoy it!"
echo ""
exit 0

View File

@ -6,14 +6,14 @@ export PATH
# Description: One click Install Shadowsocks-Python server
# Author: Teddysun <i@teddysun.com>
# Thanks: @clowwindy <https://twitter.com/clowwindy>
# Intro: http://teddysun.com/342.html
# Intro: https://teddysun.com/342.html
#===============================================================================================
clear
echo ""
echo "#############################################################"
echo "# One click Install Shadowsocks-Python server #"
echo "# Intro: http://teddysun.com/342.html #"
echo "# Intro: https://teddysun.com/342.html #"
echo "# Author: Teddysun <i@teddysun.com> #"
echo "# Thanks: @clowwindy <https://twitter.com/clowwindy> #"
echo "#############################################################"
@ -222,7 +222,7 @@ function install_ss(){
/etc/init.d/shadowsocks start
else
echo ""
echo "Shadowsocks install failed! Please visit http://teddysun.com/342.html and contact."
echo "Shadowsocks install failed! Please visit https://teddysun.com/342.html and contact."
exit 1
fi
clear
@ -235,13 +235,13 @@ function install_ss(){
echo -e "Your Local Port: \033[41;37m 1080 \033[0m"
echo -e "Your Encryption Method: \033[41;37m aes-256-cfb \033[0m"
echo ""
echo "Welcome to visit:http://teddysun.com/342.html"
echo "Welcome to visit:https://teddysun.com/342.html"
echo "Enjoy it!"
echo ""
exit 0
else
echo ""
echo "pip install failed! Please visit http://teddysun.com/342.html and contact."
echo "pip install failed! Please visit https://teddysun.com/342.html and contact."
exit 1
fi
}