fix caddy cannot running issue

This commit is contained in:
233boy
2019-09-22 10:30:43 +08:00
parent ebcbbc2e52
commit f5b943f8b7
2 changed files with 13 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ none='\e[0m'
# Root
[[ $(id -u) != 0 ]] && echo -e " 哎呀……请使用 ${red}root ${none}用户运行 ${yellow}~(^_^) ${none}" && exit 1
_version="v3.13"
_version="v3.14"
cmd="apt-get"