mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-01-13 01:02:46 +00:00
Update install-chinese.sh
This commit is contained in:
parent
0c7c32d1b8
commit
f365461311
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ if [ -f "/usr/local/x-ui/x-ui.sh" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# 下载中文脚本
|
# 下载中文脚本
|
||||||
wget -q -O /usr/local/x-ui/x-ui.sh https://raw.githubusercontent.com/sinian-liu/3x-ui/main/x-ui.sh
|
wget -q -O /usr/local/x-ui/x-ui.sh https://raw.githubusercontent.com/sinian-liu/Original-3x-ui/main/x-ui.sh
|
||||||
|
|
||||||
if [ $? -ne 0 ]; then
|
if [ $? -ne 0 ]; then
|
||||||
echo -e "${YELLOW}下载中文脚本失败,使用原版英文脚本${NC}"
|
echo -e "${YELLOW}下载中文脚本失败,使用原版英文脚本${NC}"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue