Skip to content

Commit

Permalink
Update xrayL.sh
Browse files Browse the repository at this point in the history
使用反代下载xray文件
  • Loading branch information
bian2022 committed Mar 9, 2024
1 parent fd1a147 commit d515025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xrayL.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ IP_ADDRESSES=($(hostname -I))
install_xray() {
echo "安装 Xray..."
apt-get install unzip -y || yum install unzip -y
wget https://github.com/XTLS/Xray-core/releases/download/v1.8.8/Xray-linux-64.zip
wget https://gh.api.99988866.xyz/https://github.com/XTLS/Xray-core/releases/download/v1.8.3/Xray-linux-64.zip
unzip Xray-linux-64.zip
mv xray /usr/local/bin/xrayL
chmod +x /usr/local/bin/xrayL
Expand Down

0 comments on commit d515025

Please sign in to comment.