修复bug
This commit is contained in:
parent
b2c8f5178e
commit
c6349dba03
@ -1,5 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
# 检查 jq 是否安装
|
||||
if ! command -v jq &> /dev/null; then
|
||||
echo "jq 未安装"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
# 安装xray
|
||||
bash -c "$(curl -L https://github.com/XTLS/Xray-install/raw/main/install-release.sh)" @ install
|
||||
|
||||
@ -12,4 +19,4 @@ bash $script_dir/update_uuid.sh
|
||||
bash $script_dir/update_key.sh
|
||||
|
||||
# 打印分享链接
|
||||
bash $script_dir/print_share_link.sh
|
||||
bash $script_dir/print_share_link.sh
|
||||
|
||||
Loading…
Reference in New Issue
Block a user