This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env bash | |
| # Exit immediately if a command exits with a non-zero status | |
| set -e | |
| echo "=== 1. Updating Termux repositories and installing proot-distro ===" | |
| pkg update -y | |
| pkg install proot-distro -y | |
| echo "=== 2. Installing Ubuntu via proot-distro ===" |
OlderNewer