Skip to content

Commit

Permalink
Update 1ClickDeploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
maxzh0916 authored Dec 1, 2017
1 parent d0f2a92 commit d162fcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 1ClickDeploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ install_ssr(){
cd /root/
echo '下载ssr'
git clone -b master https://github.com/maxzh0916/1ClickDeploy.git && mv 1ClickDeploy shadowsocksr && cd shadowsocksr && chmod +x setup_cymysql.sh && chmod +x ./initcfg.sh && ./setup_cymysql.sh && ./initcfg.sh
rm -rf 1ClickDeploy.sh
echo 'ssr安装完成'
stty erase '^H' && read -p " API接口(mudbjson, sspanelv2, sspanelv3, sspanelv3ssr, glzjinmod, legendsockssr):" ssapi
stty erase '^H' && read -p " mysql服务器地址:" ssserver
Expand Down

0 comments on commit d162fcb

Please sign in to comment.