Created
January 22, 2019 12:33
-
Star
(218)
You must be signed in to star a gist -
Fork
(37)
You must be signed in to fork a gist
-
-
Save GabrielMMelo/0e146f32d73978bf0d0a06786bcbc96c to your computer and use it in GitHub Desktop.
Install sudo in Termux (Android)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apt install git | |
| git clone https://gitlab.com/st42/termux-sudo | |
| cd termux-sudo | |
| cat sudo > /data/data/com.termux/files/usr/bin/sudo | |
| chmod 700 /data/data/com.termux/files/usr/bin/sudo |
@ilyaigpetrov Sorry for getting back so late, but thanks so much! This is great and works excellently on my Pixel, even has the ability to run GUI applications!!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Legoscratch, maybe you can use https://wiki.termux.com/wiki/PRoot or the official Virtual Terminal app shipped by Google with the recent versions of Android 16 since 2025.