fix alterid issue

This commit is contained in:
233boy
2020-09-15 16:33:44 +08:00
parent 8b2e5b45c2
commit 750dcfc5d6
2 changed files with 2 additions and 2 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.36"
_version="v3.37"
cmd="apt-get"