Hax4us / TermuxAlpine

Use TermuxAlpine.sh calling to install Alpine Linux in Termux on Android. This setup script will attempt to set Alpine Linux up in your Termux environment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TermuxAlpine

powered by

powered by Alpine

Optional Text

This Termux bash setup shell script will attempt to set Alpine Linux up in your Termux environment.

Steps For Installation

  1. First go to home directory cd $HOME
  2. Get the script curl -LO https://raw.githubusercontent.com/Hax4us/TermuxAlpine/master/TermuxAlpine.sh
  3. Execute the script bash TermuxAlpine.sh
  4. Start Alpine startalpine
  5. For exit just execute exit

Steps For First Time Use (Recommended)

  1. Update Alpine apk update
  2. Now you can install any package by apk add package_name

Size Comparision

Size   Alpine   Arch Ubuntu
before installation Around 1 MB 😱  Around 400 MB Around 35 MB
after installation Around 80 MB Around 2000 MB Around 1200 MB

Comments are welcome at https://github.com/Hax4us/TermuxAlpine/issues

Pull requests are welcome at https://github.com/Hax4us/TermuxAlpine/pulls

About

Use TermuxAlpine.sh calling to install Alpine Linux in Termux on Android. This setup script will attempt to set Alpine Linux up in your Termux environment.

License:MIT License


Languages

Language:Shell 100.0%