Releases: rompelhd/TermuxRootMods
Releases · rompelhd/TermuxRootMods
TermuxRootMods v1.0.7
- Added an FSU (Fake SU) feature that enables running binaries as root or obtaining a root shell without requiring root privileges. This is achieved using
proot
, providing a secure and flexible solution for simulating root access.
Usage Examples:
-
fsu fastfetch
Runs thefastfetch
command with root privileges without needing to be root. -
fsu
Starts a root shell, allowing you to execute commands as if you were the root user without direct root access.
TermuxRootMods v1.0.6
- Simple and small script that allows the deletion of the cache.
Just type from termux or a terminal emulator with root: cleaner
TermuxRootMods v1.0.5
TermuxRootMods v1.0.4
- Removed termux checking, this caused the exit when doing sudo su, now it is working again.
TermuxRootMods v1.0.3
- Now you can from the .aliases file in /sdcard/ change the PS1 and hostname
- Fixed the possibility of some statement duplication in the temp bashrc.
- Now check if we are in termux this is done to try to mitigate the incompatibility with the other terminals, many are still not working. I hope to find a solution soon.
TermuxRootMods v1.0.2
- Added a function to check that the shell exists if it does not load /bin/sh
- Removed the redirection of temperatures to .temps
TermuxRootMods v1.0.1
TermuxRootMods v1.0.0
First release for this module
Improvements:
- Root Shell Replacement
- Custom Aliases
- Service Monitoring Script (beta)