ios&android-termux

This commit is contained in:
uzeirselot 2022-07-19 14:34:06 +00:00
parent 9e3024804b
commit 5da28c1bf4
1 changed files with 8 additions and 3 deletions

View File

@ -1,10 +1,14 @@
# INSTALL ALPINE LINUX ON PHONE!
### Download & Install termux in Android:
### Download & Install termux/iSH shell:
#### For Android:
[Download Termux.apk](https://f-droid.org/repo/com.termux_118.apk)
> If link doesn't work then manually download from f-droid.org
#### For iOS:
[Download iSH Shell](https://apps.apple.com/us/app/ish-shell/id1436902243)
### 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`
@ -12,9 +16,10 @@
`exit`
### To start alpine again,open termux,(start command)
`startalpine`
`startalpine`
---
#### Official sources:
#### *Refrence Sources* :
[iSH Github](https://github.com/ish-app/ish)
[Termux Github](https://github.com/termux)
[TermuxAlpine](https://github.com/Hax4us/TermuxAlpine)