Gives root shell on Termux while being able to run Termux commands as root for non-rooted deviced. https://gitea.dmz.rs/disu1950/root_termux/
Go to file
2024-08-07 19:07:01 +00:00
20240807_102225.png Upload files to "/" 2024-08-07 10:28:59 +00:00
install.sh Upload files to "/" 2024-08-07 10:28:59 +00:00
LICENSE Initial commit 2024-08-07 10:16:38 +00:00
README.md Neman ja pojma disu oO... 2024-08-07 19:07:01 +00:00
Screenshot_20240807_100014_Termux.png Upload files to "/" 2024-08-07 10:28:59 +00:00

# root_termux

Gives root shell on Termux while being able to run Termux commands as root for non-rooted deviced.

Install Root in the Termux

Screenshot
Screenshot

Usage

Gives u root shell on Termux while being able to run sudo commands as root.

Run these commands in Termux:

# install git
pkg install git -y
# clone from github with git
git clone https://gitea.dmz.rs/disu1950/root_termux && cd root_termux && chmod +x *
# install packages
pkg install wget proot -y

Enter the following command and go through the installation process:

# run bash script `install.sh`
yes | bash install.sh

After installing and creating the executable file, run the root environment with the following command:

# run bash script `start.sh`
bash start.sh  # or `./start.sh`

Note

after running Termux as root, you need to install all the packages from the beginning, and be sure to update the terminal with the following commands after installation so that you don't have any problems installing the packages:

apt update
apt upgrade

Now u can install sudo after installing Ubuntu:

apt install sudo

If evrythings goes smooth ur prompt should look lik3 this:

root@localhost:~#


Copyright

root_termux is distributed under an WTFPL license. Refer to LICENSE for details.


@disu1950 What do you think about these 👽?