We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a55c01e commit 7a8e8daCopy full SHA for 7a8e8da
install.sh
@@ -53,7 +53,7 @@ install_packages() {
53
install_packages
54
# Download and install Xray if not already installed
55
if ! [ -x "$PREFIX/bin/xray" ]; then
56
- wget https://github.com/XTLS/Xray-core/releases/download/v1.8.13/Xray-android-arm64-v8a.zip
+ wget https://github.com/XTLS/Xray-core/releases/download/v25.6.8/Xray-android-arm64-v8a.zip
57
unzip Xray-android-arm64-v8a.zip
58
mv xray $PREFIX/bin
59
rm README.md geoip.dat geosite.dat LICENSE Xray-android-arm64-v8a.zip
0 commit comments