https://github.com/ngrogg/android-debian-terminal-config
BASH script to configure the Android Debian terminal into a development environment.
https://github.com/ngrogg/android-debian-terminal-config
android bash debian linux
Last synced: 2 months ago
JSON representation
BASH script to configure the Android Debian terminal into a development environment.
- Host: GitHub
- URL: https://github.com/ngrogg/android-debian-terminal-config
- Owner: ngrogg
- Created: 2025-07-23T12:03:02.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-12-28T09:34:37.000Z (6 months ago)
- Last Synced: 2025-12-30T18:48:33.930Z (6 months ago)
- Topics: android, bash, debian, linux
- Language: Shell
- Homepage:
- Size: 302 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Android Debian Terminal Config
## Overview
An attempt to create a BASH script to configure the Android Debian terminal into a development environment.
## Prerequisites
Enable the Android Terminal. Some Android devices may lack support for this feature.
Rough process:
1. Go to Settings -> About Phone
2. Tap the Build Number until developer mode notification is recieved.
3. Go to Settings -> System -> Developer options
4. Enable "Linux development environment"
5. Wait for download and initial setup
## Files
* **configure.sh**, BASH script to configure environment.
Arguments:
- **help/Help**, display help message and exit.
- **configure/Configure**, install packages and download config files for minimal development environment.
## Bootstrap
To bootstrap install download the script directly and run it:
`wget https://raw.githubusercontent.com/ngrogg/android-debian-terminal-config/refs/heads/main/configure.sh`
Set executable bit if needed.
## Images

