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

@@ -24,7 +24,7 @@ v2ray_port=2333
v2ray_id=e55c8d17-2cf3-b21a-bcf1-eeacb011ed79 v2ray_id=e55c8d17-2cf3-b21a-bcf1-eeacb011ed79
#---- alterId ----- #---- alterId -----
alterId=233 alterId=0
#---- V2Ray 动态端口开始 ----- #---- V2Ray 动态端口开始 -----
v2ray_dynamicPort_start=10000 v2ray_dynamicPort_start=10000

View File

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