Skip to content

Instantly share code, notes, and snippets.

@Bangyourkitty
Forked from GabrielMMelo/sudo-termux
Created July 22, 2024 18:43
Show Gist options
  • Select an option

  • Save Bangyourkitty/4fe325cb956c96d3e70873f0a8e691a9 to your computer and use it in GitHub Desktop.

Select an option

Save Bangyourkitty/4fe325cb956c96d3e70873f0a8e691a9 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