Skip to content

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

Notifications You must be signed in to change notification settings

JanuszChmiel/debian-in-termux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%