fix dynamicPort bugs

This commit is contained in:
233boy
2019-01-06 16:22:36 +08:00
parent 620ec46f5a
commit d140b3bc3d
15 changed files with 63 additions and 333 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.0"
_version="v3.01"
cmd="apt-get"