Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

RandomCoderOrg/Toolloa-Archived

Repository files navigation

Toolloa

ToolLOA is a modified version of proot-distro made to make linux installation for education purpose easier for termux. Basically my modded version of proot-distro

see here latest mods [ Unstable ]

https://github.com/SaicharanKandukuri/Toolloa

Installation

To install dependencies first upgrade your termux packages

apt update && apt upgrade -y

Next install dependencies

apt install bzip2 axel ncurses-utils tar proot git -y

Next get the source of ToolLOA

git clone https://github.com/1X1-Tech/Toolloa.git

Next we need cd to the Toolloa folder give permissions & install the toolloa

cd Toolloa
chmod +x install-toolloa.sh
./install-toolloa.sh

🧐 Toolloa is installed now

Usage

  • Assuming that you want to install ubuntu 18.04 (bionic)

To install

toolloa install bionic

To login to installed distro

toolloa login bionic

To list Avalible distros

toolloa list

To re-install installed distro

toolloa reset bionic
  • reset argument reinstalles distro by wiping previous installation ( all your data will get lost ) (dosen`t effect your internal storage)

To remove installed distro

toolloa remove bionic
  • remove argument deletes all files in installed directory (dosen`t effect your internal storage)

direct CMD line

toolloa login bionic $(echo "Hello World!")
see in below brackets for distro-alias.

Avalible distros

  • ubuntu 20.10 groovy (groovy)
  • ubuntu 20.04 focal (focal)
  • ubuntu 18.04 bionic (bionic)
  • kali nethunter-rootless (nethunter)
  • alpine (alpine)
  • arch Linux (archlinux)
  • Old builds like Ubuntu bionic are recomended to install cause Android blocks important syscalls in newer builds like (ubuntu(groovy,focal) , kali nethunter) which lead to problems like kde-desktop crash and etc. Be sure to notice me in issues if you find any problems except init dependent in newer builds and common issues so that i can provide more accurate description and docs.

Tested & supported desktop environment

  • xfce4
  • mate
  • lxde
  • lxqt

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages