alpine-wiki/tutorials/community-way/tutorial-alpine-in-phone.md

1.0 KiB

INSTALL ALPINE LINUX ON PHONE!

For iOS:

Download iSH Shell

This app provides you Alpine-Linux,thats it!


For Android:

Download Termux.apk

If link doesn't work then manually download and install from f-droid.org Install app,and follow more steps as follows:

To install Alpine-Linux,open termux app and use following command:

pkg install git && curl -LO https://raw.githubusercontent.com/Hax4us/TermuxAlpine/master/TermuxAlpine.sh && bash TermuxAlpine.sh && startalpine

Copy-paste it in termux.

Its successfully installed if no error is seen.


To logout/exit Alpine-Linux:

exit

To start Alpine-Linux again:

startalpine

Join our community,Help or discuss with us.


Refrence Sources :

iSH Github Termux Github
TermuxAlpine