An open API service indexing awesome lists of open source software.

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.

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
![System Screenshot 1](./images/Screenshot_20250724-032739.jpg)

![System Screenshot 2](./images/Screenshot_20250724-033014.jpg)