From 5da28c1bf4f0c4e8b4d4fb6196846367b1a70004 Mon Sep 17 00:00:00 2001 From: uzeirselot Date: Tue, 19 Jul 2022 14:34:06 +0000 Subject: [PATCH] ios&android-termux --- tutorials/community-way/tutorial-alpine-in-phone.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/tutorials/community-way/tutorial-alpine-in-phone.md b/tutorials/community-way/tutorial-alpine-in-phone.md index 77cd6c4..ada3679 100644 --- a/tutorials/community-way/tutorial-alpine-in-phone.md +++ b/tutorials/community-way/tutorial-alpine-in-phone.md @@ -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)