Skip to content

Commit

Permalink
Update termux.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Ransomware Evil <[email protected]>
  • Loading branch information
NiREvil authored Jun 18, 2024
1 parent fec9401 commit 7eca9d9
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 @@ -49,7 +49,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.3/warp-plus_android-arm64.zip &&
if wget https://github.com/bepass-org/warp-plus/releases/download/v1.2.0/warp-plus_android-arm64.zip &&
unzip warp-plus_android-arm64.zip &&
mv warp-plus warp &&
chmod +x warp &&
Expand Down Expand Up @@ -88,7 +88,7 @@ install_arm() {
*) echo -e "${red}Unsupported architecture.${rest}"; return ;;
esac

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

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

0 comments on commit 7eca9d9

Please sign in to comment.