/ubuntu-termux

This is a script by which you can install Ubuntu in your termux application without a rooted device

Primary LanguageShell

ubuntu-in-termux

DISCORD

What's This?

This is a script that allows you to install Ubuntu in your termux application without a rooted device

Updates

• Updated to ubuntu 22.04

Installation steps

  1. Update termux: apt-get update && apt-get upgrade -y
  2. Install wget: apt-get install wget -y
  3. Install proot: apt-get install proot -y
  4. Install git: apt-get install git -y
  5. Go to HOME folder: cd ~
  6. Download script: git clone https://github.com/dimasdeem/ubuntu-termux.git
  7. Go to script folder: cd ubuntu-in-termux
  8. Give execution permission: chmod +x ubuntu.sh
  9. Run the script: ./ubuntu.sh -y
  10. Now just start ubuntu: ./startubuntu.sh