Skip to content

Commit

Permalink
update termux.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Ptechgithub committed Feb 10, 2024
1 parent f0c0583 commit 81b0f77
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 @@ -68,7 +68,7 @@ install() {
pacman -Syu openssh = apt update; apt full-upgrade -y; apt install -y openssh
check_dependencies

if wget https://github.com/bepass-org/wireguard-go/releases/download/v1.0.1-rc1-alpha/warp-android-arm64.9f90b7.zip &&
if wget https://github.com/bepass-org/wireguard-go/releases/download/v1.0.1-rc1/warp-android-arm64.9f90b7.zip &&
unzip warp-android-arm64.9f90b7.zip &&
chmod +x warp &&
cp warp "$PREFIX/bin/usef" &&
Expand Down Expand Up @@ -104,7 +104,7 @@ install_arm() {
*) echo -e "${red}Unsupported architecture.${rest}"; return ;;
esac

WARP_URL="https://github.com/bepass-org/wireguard-go/releases/download/v1.0.1-rc1-alpha/warp-linux-$ARCH.9f90b7.zip"
WARP_URL="https://github.com/bepass-org/wireguard-go/releases/download/v1.0.1-rc1/warp-linux-$ARCH.9f90b7.zip"

if wget "$WARP_URL" &&
unzip "warp-linux-$ARCH.9f90b7.zip" &&
Expand Down

0 comments on commit 81b0f77

Please sign in to comment.