tutorial-alpine-in-phone.md

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

View File

@ -1,19 +1,23 @@
#INSTALL ALPINE LINUX IN PHONE
##🔵Download & Install termux in Android:
# INSTALL ALPINE LINUX IN PHONE
## - Download & Install termux in Android:
[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
##🔵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`
## - To exit alpine
`exit`
##🔵To again start alpine,open termux,(start command) `startalpine`
## - To start alpine again,open termux,(start command) `startalpine`
---
####🔵Official sources:
[Termux Github](https://github.com/termux)
[TermuxAlpine] (https://github.com/Hax4us/TermuxAlpine)
#### - Official sources:
[Termux Github](https://github.com/termux)
[TermuxAlpine](https://github.com/Hax4us/TermuxAlpine)