Skip to content

Commit 7a8e8da

Browse files
committed
update install.sh
1 parent a55c01e commit 7a8e8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ install_packages() {
5353
install_packages
5454
# Download and install Xray if not already installed
5555
if ! [ -x "$PREFIX/bin/xray" ]; then
56-
wget https://github.com/XTLS/Xray-core/releases/download/v1.8.13/Xray-android-arm64-v8a.zip
56+
wget https://github.com/XTLS/Xray-core/releases/download/v25.6.8/Xray-android-arm64-v8a.zip
5757
unzip Xray-android-arm64-v8a.zip
5858
mv xray $PREFIX/bin
5959
rm README.md geoip.dat geosite.dat LICENSE Xray-android-arm64-v8a.zip

0 commit comments

Comments
 (0)