tutorial-alpine-in-phone.md

This commit is contained in:
uzeirselot 2022-07-19 11:49:11 +00:00
parent fc606e73ba
commit 81331f698e
1 changed files with 7 additions and 7 deletions

View File

@ -1,23 +1,23 @@
# INSTALL ALPINE LINUX IN PHONE # INSTALL ALPINE LINUX IN PHONE
## - Download & Install termux in Android: ### Download & Install termux in Android:
[Download Termux.apk](https://f-droid.org/repo/com.termux_118.apk) [Download Termux.apk](https://f-droid.org/repo/com.termux_118.apk)
> If download link doesn't work search and manually download from fdroid.com > If download link doesn't work search and manually download from f-droi.org
### To Install alpine linux,Open termux app:
## - To Install alpine linux,Open termux app:
`pkg install git && curl -LO https://raw.githubusercontent.com/Hax4us/TermuxAlpine/master/TermuxAlpine.sh && bash TermuxAlpine.sh && startalpine` `pkg install git && curl -LO https://raw.githubusercontent.com/Hax4us/TermuxAlpine/master/TermuxAlpine.sh && bash TermuxAlpine.sh && startalpine`
## - To exit alpine ### To exit alpine
`exit` `exit`
## - To start alpine again,open termux,(start command) `startalpine` ### To start alpine again,open termux,(start command)
`startalpine`
--- ---
#### - Official sources: #### Official sources:
[Termux Github](https://github.com/termux) [Termux Github](https://github.com/termux)
[TermuxAlpine](https://github.com/Hax4us/TermuxAlpine) [TermuxAlpine](https://github.com/Hax4us/TermuxAlpine)