Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 573 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 573 Bytes

debian-in-termux

This is a script by which you can install Debian10 in your termux application without rooted phone

Steps

  1. Update termux: apt-get update && apt-get upgrade -y
  2. Install wget: apt-get install wget -y
  3. Install proot: apt-get install proot -y
  4. Install git: apt-get install git -y
  5. Go to HOME folder: cd ~
  6. Download script: git clone https://github.com/MFDGaming/debian-in-termux.git
  7. Go to script folder: cd debian-in-termux
  8. Give execution permission: chmod +x debian.sh
  9. Run the script: ./debian.sh
  10. Now just start debian: ./start.sh