Update xray.sh

This commit is contained in:
windyday 2025-06-22 01:52:44 +08:00 committed by GitHub
parent 14aa1be555
commit 4f1c755a38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -233,7 +233,7 @@ Config() {
done
#echo -n "Install UPX compress version?[n]: "
#read xray_UPX
#fi
fi
#echo "$xray_UPX"|grep -qi '^y' && xray_UPX="upx" || xray_UPX=""
}