File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ install() {
4646 pacman -Syu openssh = apt update; apt full-upgrade -y; apt install -y openssh
4747 check_dependencies
4848
49- if wget https://github.com/bepass-org/warp-plus/releases/download/v1.2.2 /warp-plus_android-arm64.zip &&
49+ if wget https://github.com/bepass-org/warp-plus/releases/download/v1.2.3 /warp-plus_android-arm64.zip &&
5050 unzip warp-plus_android-arm64.zip &&
5151 mv warp-plus warp &&
5252 chmod +x warp &&
@@ -85,7 +85,7 @@ install_arm() {
8585 * ) echo -e " ${red} Unsupported architecture.${rest} " ; return ;;
8686 esac
8787
88- WARP_URL=" https://github.com/bepass-org/warp-plus/releases/download/v1.2.2 /warp-plus_linux-$ARCH .zip"
88+ WARP_URL=" https://github.com/bepass-org/warp-plus/releases/download/v1.2.3 /warp-plus_linux-$ARCH .zip"
8989
9090 if wget " $WARP_URL " &&
9191 unzip " warp-plus_linux-$ARCH .zip" &&
You can’t perform that action at this time.
0 commit comments