This Termux bash setup shell script will attempt to set Alpine Linux up in your Termux environment.
- First go to home directory
cd $HOME - Get the script
curl -LO https://raw.githubusercontent.com/Hax4us/TermuxAlpine/master/TermuxAlpine.sh - Execute the script
bash TermuxAlpine.sh - Start Alpine
startalpine - For exit just execute
exit 
- Update Alpine
apk update - Now you can install any package by
apk add package_name 
| 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 | 
here is full usage details of apk https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management
Comments are welcome at https://github.com/Hax4us/TermuxAlpine/issues ✍
Pull requests are welcome at https://github.com/Hax4us/TermuxAlpine/pulls ✍
