Small little script that installs Ubuntu in your Termux Teminal. Based on MFDGaming's ubuntu-in-termux repo.
cd ~ && pkg update && pkg upgrade -y && pkg install wget -y && wget https://raw.githubusercontent.com/LolproDoesStuff/termux-ubuntu-script/refs/heads/main/install-ubuntu.sh && chmod +x install-ubuntu.sh && ./install-ubuntu.sh && cd ubuntu-in-termux
- The command to run:
- Updates all packages
- Downloads install-ubuntu.sh
- Makes the script executable and runs it
- The actual script
- Downloads the required packages (git & proot)
- Clones MFDGaming's repo
- Makes the installer executable and installs it.
- Removes the initial script
Idk, just for fun.