Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxilu authored Mar 17, 2019
1 parent 8789f7a commit f8ef569
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ install_v2ray() {
echo -e "${red}v2ray安装或升级失败,请检查错误信息${plain}"
exit 1
fi
systemctl enable v2ray
systemctl start v2ray
}

Expand Down Expand Up @@ -186,4 +187,4 @@ echo "开始安装"
install_java
install_v2ray
close_firewall
install_sprov-ui
install_sprov-ui

0 comments on commit f8ef569

Please sign in to comment.