Debiandroid

Run Debian on Android

Stars
4

Debiandroid

This is the code I use to run Debian on my Android device.

The file packages.txt was generated by running get_packages.sh in a Debian machine.

Installation

Install Termux

Open the app and in the terminal run:

apt update
yes | apt install proot openssl wget binutils
wget https://raw.githubusercontent.com/donno2048/Debiandroid/master/setup.sh
chmod +x setup.sh
./setup.sh

Usage

Open Termux and run (you might need to exit Termux and open it again):

debian