Skip to content

Instantly share code, notes, and snippets.

@galexite
Created October 18, 2020 14:23
Show Gist options
  • Select an option

  • Save galexite/d02ba6ad49d107bb55b02ed1c0b0f80e to your computer and use it in GitHub Desktop.

Select an option

Save galexite/d02ba6ad49d107bb55b02ed1c0b0f80e to your computer and use it in GitHub Desktop.
#!/data/data/com.termux/files/usr/bin/sh
proot \
-0 \
--link2symlink \
-r ~/debian \
-b /dev/ \
-b /sys/ \
-b /proc/ \
-b /data/data/com.termux/files/home \
/usr/bin/env \
-i \
HOME=/root \
TERM="xterm-256color" \
PATH=/bin:/usr/bin:/sbin:/usr/sbin \
/bin/bash --login
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment