Skip to content

Commit

Permalink
update termux.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Ptechgithub committed Jan 28, 2024
1 parent de568d4 commit 50f49bf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions termux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ install_arm() {
i386) ARCH="386" ;;
amd64) ARCH="amd64" ;;
armhf) ARCH="arm5" ;;
armv71) ARCH="arm7" ;;
armv81) ARCH="arm7" ;;
arm) ARCH="arm7" ;;
aarch64) ARCH="arm64" ;;
*) echo -e "${red}Unsupported architecture.${rest}"; return ;;
esac
Expand Down

0 comments on commit 50f49bf

Please sign in to comment.