Skip to content

Commit

Permalink
Update 1ClickDeploy.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
maxzh0916 authored Nov 30, 2017
1 parent 32e350c commit e772f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1ClickDeploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
install_ssr(){
cd /root/
echo '下载ssr'
git clone git://github.com/maxzh0916/1ClickDeploy.git && cd 1ClickDeploy && chmod +x setup_cymysql.sh && chmod +x ./initcfg.sh && ./setup_cymysql.sh && ./initcfg.sh
git clone -b https://github.com/maxzh0916/1ClickDeploy.git && cd 1ClickDeploy && chmod +x setup_cymysql.sh && chmod +x ./initcfg.sh && ./setup_cymysql.sh && ./initcfg.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 e772f0b

Please sign in to comment.