This is a script by which you can install Debian10 in your termux application without rooted phone
Steps
- Update termux: apt-get update && apt-get upgrade -y
- Install wget: apt-get install wget -y
- Install proot: apt-get install proot -y
- Install git: apt-get install git -y
- Go to HOME folder: cd ~
- Download script: git clone https://github.com/MFDGaming/debian-in-termux.git
- Go to script folder: cd debian-in-termux
- Give execution permission: chmod +x debian.sh
- Run the script: ./debian.sh
- Now just start debian: ./start.sh