Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/donno2048/debiandroid
Run Debian on Android
https://github.com/donno2048/debiandroid
android debian termux
Last synced: 8 days ago
JSON representation
Run Debian on Android
- Host: GitHub
- URL: https://github.com/donno2048/debiandroid
- Owner: donno2048
- Created: 2023-10-18T10:11:00.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-01T23:25:06.000Z (2 months ago)
- Last Synced: 2024-10-12T07:06:39.921Z (24 days ago)
- Topics: android, debian, termux
- Language: Shell
- Homepage:
- Size: 26.4 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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](https://github.com/termux/termux-app/releases)
Open the app and in the terminal run:
```sh
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):
```sh
debian
```