Skip to content

Commit

Permalink
termux: update v1.1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Pashmfouroush <[email protected]>
  • Loading branch information
markpash committed Apr 3, 2024
1 parent 06b1624 commit 69977d9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions termux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,14 @@ 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.1.2/warp-plus-android-arm64.30fc34.zip &&
unzip warp-plus-android-arm64.30fc34.zip &&
if wget https://github.com/bepass-org/warp-plus/releases/download/v1.1.3/warp-plus_android-arm64.zip &&
unzip warp-plus_android-arm64.zip &&
mv warp-plus warp &&
chmod +x warp &&
cp warp "$PREFIX/bin/usef" &&
cp warp "$PREFIX/bin/warp-plus" &&
cp warp "$PREFIX/bin/warp"; then
rm "README.md" "LICENSE" "warp-plus-android-arm64.30fc34.zip"
rm "README.md" "LICENSE" "warp-plus_android-arm64.zip"
echo "================================================"
echo -e "${green}Warp installed successfully.${rest}"
socks
Expand Down Expand Up @@ -85,16 +85,16 @@ install_arm() {
*) echo -e "${red}Unsupported architecture.${rest}"; return ;;
esac

WARP_URL="https://github.com/bepass-org/warp-plus/releases/download/v1.1.2/warp-plus-linux-$ARCH.30fc34.zip"
WARP_URL="https://github.com/bepass-org/warp-plus/releases/download/v1.1.3/warp-plus_linux-$ARCH.zip"

if wget "$WARP_URL" &&
unzip "warp-plus-linux-$ARCH.30fc34.zip" &&
unzip "warp-plus_linux-$ARCH.zip" &&
mv warp-plus warp &&
chmod +x warp &&
cp warp "$PREFIX/bin/usef" &&
cp warp "$PREFIX/bin/warp-plus" &&
cp warp "$PREFIX/bin/warp"; then
rm "README.md" "LICENSE" "warp-plus-linux-$ARCH.30fc34.zip"
rm "README.md" "LICENSE" "warp-plus_linux-$ARCH.zip"
echo -e "${blue}================================================${rest}"
echo -e "${blue}================================================${rest}"
echo -e "${green}Warp installed successfully.${rest}"
Expand Down Expand Up @@ -311,4 +311,4 @@ case "$choice" in
echo -e "${red}Invalid choice. Please select a valid option.${rest}"
echo -e "${purple}*********************************${rest}"
;;
esac
esac

1 comment on commit 69977d9

@Amirbtc69
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.