Termux Alpine Versions Save

Bash script for installing Alpine Linux in Termux - 100 MB.

v1.0.5

3 years ago
  • merged from dev 801a0ac, e0a2fd6, 13288c0

v1.0.4

3 years ago
  • change license to GPL-3.0
  • merged from dev

v1.0.3

3 years ago

https://github.com/illvart/termux-alpine/commit/50548b3f86299b3339cad8967253e535f4d52ed6

  • change rootfs directory from alpine to .alpine
  • rename setup-termux-alpine.sh to setup-termux-alpine
  • add vim and neofetch from default installation packages
  • optional add --install-python3 for installing python3, py3-pip, and py3-wheel
    • to run python python3 for pip pip3
    • if you're use --setup-user you can also installing python packages use pip3 install --user [package-name] and automatically load binary python packages from ~/.local/bin
  • change nameserver from cloudflare dns to google dns
  • add alias exit alias e="exit"

v1.0.2

3 years ago

e6b0536

  • add logs step in update_at_distro
  • add upgrade system and repair package
  • add options disable or enable progress bar for updating
  • add logs version
  • add quick tips after installing
  • disable spinner (you can enable it by uncommenting)

v1.0.0

3 years ago