Skip to content

Instantly share code, notes, and snippets.

@min969
Forked from GabrielMMelo/sudo-termux
Created November 24, 2021 22:24
Show Gist options
  • Save min969/18d974bfe056b78ca88e21c652fee88d to your computer and use it in GitHub Desktop.
Save min969/18d974bfe056b78ca88e21c652fee88d to your computer and use it in GitHub Desktop.
Install sudo in Termux (Android)
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment