mirror of
https://github.com/Dichgrem/singbox-example.git
synced 2025-08-01 09:39:31 -04:00
add:sh
This commit is contained in:
@ -57,7 +57,8 @@ curl -L "${DOWNLOAD_URL}" -o /tmp/singbox.tar.gz
|
||||
echo "解压并安装到 /usr/local/bin..."
|
||||
|
||||
tar -zxf /tmp/singbox.tar.gz -C /tmp
|
||||
install -m 755 /tmp/sing-box /usr/local/bin/sing-box
|
||||
cd /tmp/sing-box-1.11.10-linux-amd64
|
||||
install -m 755 sing-box /usr/local/bin/sing-box
|
||||
|
||||
### —— 4. 自动生成示例配置 —— ###
|
||||
echo "生成 VLESS Reality 所需字段..."
|
||||
|
Reference in New Issue
Block a user