Neman ja pojma disu oO...
This commit is contained in:
parent
260a106bcb
commit
dc56356965
46
README.md
46
README.md
@ -1,18 +1,19 @@
|
||||
# root_termux
|
||||
# # 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**
|
||||
**Install Root in the Termux**
|
||||
|
||||
<img src="Screenshot_20240807_100014_Termux.png" alt="Screenshot" title="Root(sudo) in the Termux">
|
||||
|
||||
<br>
|
||||
|
||||
<img src="20240807_102225.png" alt="Screenshot" title="Root(sudo) in the Termux">
|
||||
|
||||
## Usage
|
||||
|
||||
Gives u root shell on Termux while being able to run Termux commands as root.
|
||||
Gives u root shell on Termux while being able to run sudo commands as root.
|
||||
|
||||
### Run these commands in Termux:
|
||||
|
||||
@ -33,7 +34,7 @@ pkg install wget proot -y
|
||||
|
||||
<br>
|
||||
|
||||
then enter the following command and go through the installation process:
|
||||
Enter the following command and go through the installation process:
|
||||
|
||||
```bash
|
||||
# run bash script `install.sh`
|
||||
@ -42,7 +43,7 @@ yes | bash install.sh
|
||||
|
||||
<br>
|
||||
|
||||
after installing and creating the executable file, run the root environment with the following command:
|
||||
After installing and creating the executable file, run the root environment with the following command:
|
||||
|
||||
```bash
|
||||
# run bash script `start.sh`
|
||||
@ -51,7 +52,9 @@ bash start.sh # or `./start.sh`
|
||||
|
||||
<br>
|
||||
|
||||
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:
|
||||
> [!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:
|
||||
|
||||
|
||||
```bash
|
||||
apt update
|
||||
@ -63,20 +66,7 @@ apt upgrade
|
||||
|
||||
<br>
|
||||
|
||||
! After `apt upgrade` following packages will be upgraded:
|
||||
|
||||
```md
|
||||
apt base-files bash bsdutils coreutils dpkg gcc-12-base
|
||||
libapt-pkg6.0 libblkid1 libc-bin libc6 libgcc-s1 libgnutls30
|
||||
libgssapi-krb5-2 libk5crypto3 libkrb5-3 libkrb5support0 libmount1
|
||||
libpam-modules libpam-modules-bin libpam-runtime libpam0g
|
||||
libprocps8 libsmartcols1 libssl3 libstdc++6 libsystemd0 libudev1
|
||||
libuuid1 login mount passwd perl-base procps tar util-linux
|
||||
```
|
||||
|
||||
<br>
|
||||
|
||||
command to install **sudo** after installing Ubuntu:
|
||||
Now u can install **sudo** after installing Ubuntu:
|
||||
|
||||
```bash
|
||||
apt install sudo
|
||||
@ -86,4 +76,14 @@ apt upgrade
|
||||
|
||||
If evrythings goes smooth ur prompt should look lik3 this:
|
||||
|
||||
`root@localhost:~#`
|
||||
<mark>`root@localhost:~#`
|
||||
|
||||
---
|
||||
|
||||
# Copyright
|
||||
|
||||
root_termux is distributed under an WTFPL license. Refer to [LICENSE](LICENSE) for details.
|
||||
|
||||
---
|
||||
|
||||
@disu1950 What do you think about these :alien:?
|
||||
|
Loading…
Reference in New Issue
Block a user