Skip to content

Commit

Permalink
termux: update to v1.2.3
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Pashmfouroush <mark@markpash.me>
  • Loading branch information
markpash committed May 30, 2024
1 parent 2f9401c commit 74c9965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions termux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ install() {
pacman -Syu openssh = apt update; apt full-upgrade -y; apt install -y openssh
check_dependencies

if wget https://github.com/bepass-org/warp-plus/releases/download/v1.2.2/warp-plus_android-arm64.zip &&
if wget https://github.com/bepass-org/warp-plus/releases/download/v1.2.3/warp-plus_android-arm64.zip &&
unzip warp-plus_android-arm64.zip &&
mv warp-plus warp &&
chmod +x warp &&
Expand Down Expand Up @@ -85,7 +85,7 @@ install_arm() {
*) echo -e "${red}Unsupported architecture.${rest}"; return ;;
esac

WARP_URL="https://github.com/bepass-org/warp-plus/releases/download/v1.2.2/warp-plus_linux-$ARCH.zip"
WARP_URL="https://github.com/bepass-org/warp-plus/releases/download/v1.2.3/warp-plus_linux-$ARCH.zip"

if wget "$WARP_URL" &&
unzip "warp-plus_linux-$ARCH.zip" &&
Expand Down

0 comments on commit 74c9965

Please sign in to comment.