8000 GitHub - blazerpaul/ubuntu-in-termux: This is a script by which you can install Ubuntu in your termux application without a rooted device
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Notifications You must be signed in to change notification settings

blazerpaul/ubuntu-in-termux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 

Repository files navigation

ubuntu-in-termux

DISCORD

What's This?

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

Updates

• REWRITTEN THE INSTALL SCRIPT

• FULLY UPDATED TO UBUNTU 19.10 EOAN

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/MFDGaming/ubuntu-in-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

Todo

  • Add colors and reformat the text in the installer
  • Fix installation problem for some devices

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%
0