@@ -68,12 +68,12 @@ install() {
68
68
pacman -Syu openssh = apt update; apt full-upgrade -y; apt install -y openssh
69
69
check_dependencies
70
70
71
- if wget https://github.com/bepass-org/wireguard-go/releases/download/v0.0.6 -alpha/warp-android-arm64.ed853c .zip &&
72
- unzip warp-android-arm64.ed853c .zip&&
71
+ if wget https://github.com/bepass-org/wireguard-go/releases/download/v0.0.16 -alpha/warp-android-arm64.d950e9 .zip &&
72
+ unzip warp-android-arm64.d950e9 .zip &&
73
73
chmod +x warp &&
74
74
cp warp " $PREFIX /bin/usef" &&
75
75
cp warp " $PREFIX /bin/warp" ; then
76
- rm " README.md" " LICENSE" " warp-android-arm64.ed853c .zip"
76
+ rm " README.md" " LICENSE" " warp-android-arm64.d950e9 .zip"
77
77
echo " ================================================"
78
78
echo -e " ${green} Warp installed successfully.${rest} "
79
79
socks
@@ -104,14 +104,14 @@ install_arm() {
104
104
* ) echo -e " ${red} Unsupported architecture.${rest} " ; return ;;
105
105
esac
106
106
107
- WARP_URL=" https://github.com/bepass-org/wireguard-go/releases/download/v0.0.6 -alpha/warp-linux-$ARCH .ed853c .zip"
107
+ WARP_URL=" https://github.com/bepass-org/wireguard-go/releases/download/v0.0.16 -alpha/warp-linux-$ARCH .d950e9 .zip"
108
108
109
109
if wget " $WARP_URL " &&
110
- unzip " warp-linux-$ARCH .ed853c .zip" &&
110
+ unzip " warp-linux-$ARCH .d950e9 .zip" &&
111
111
chmod +x warp &&
112
112
cp warp " $PREFIX /bin/usef" &&
113
113
cp warp " $PREFIX /bin/warp" ; then
114
- rm " README.md" " LICENSE" " warp-linux-$ARCH .ed853c .zip"
114
+ rm " README.md" " LICENSE" " warp-linux-$ARCH .d950e9 .zip"
115
115
echo " ================================================"
116
116
echo -e " ${green} Warp installed successfully.${rest} "
117
117
socks
@@ -141,7 +141,7 @@ uninstall() {
141
141
directory=" /data/data/com.termux/files/home/wireguard-go"
142
142
home=" /data/data/com.termux/files/home"
143
143
if [ -f " $warp " ]; then
144
- rm -rf " $directory " " $PREFIX /bin/usef" " wa.py" " $PREFIX /bin/warp" " $home /wgcf-profile.ini" " $home /warp" " $home /wgcf-identity.json" > /dev/null 2>&1
144
+ rm -rf " $directory " " $PREFIX /bin/usef" " wa.py" " $PREFIX /bin/warp" " $home /wgcf-profile.ini" " $home /warp" " $home /stuff " " $home / wgcf-identity.json" > /dev/null 2>&1
145
145
echo -e " ${red} Uninstallation completed.${rest} "
146
146
else
147
147
echo -e " ${yellow} ____________________________________${rest} "
0 commit comments