From 07476f5eb731f795842d29cf3f4623ea1ea95dec Mon Sep 17 00:00:00 2001 From: uzeirselot Date: Tue, 19 Jul 2022 15:24:17 +0000 Subject: [PATCH] ios/android-alpine --- .../community-way/tutorial-alpine-in-phone.md | 34 ++++++++++++------- 1 file changed, 22 insertions(+), 12 deletions(-) diff --git a/tutorials/community-way/tutorial-alpine-in-phone.md b/tutorials/community-way/tutorial-alpine-in-phone.md index ada3679..0d70227 100644 --- a/tutorials/community-way/tutorial-alpine-in-phone.md +++ b/tutorials/community-way/tutorial-alpine-in-phone.md @@ -1,23 +1,33 @@ # INSTALL ALPINE LINUX ON PHONE! -### 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: +## For iOS: [Download iSH Shell](https://apps.apple.com/us/app/ish-shell/id1436902243) +>This app provides you Alpine-Linux,thats it! +___ -### 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` +## For Android: +[Download Termux.apk](https://f-droid.org/repo/com.termux_118.apk) +> If link doesn't work then manually download and install from f-droid.org +>Install app,and follow more steps as follows: -### To start alpine again,open termux,(start command) - `startalpine` +### 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.](https://t.me/alpine_linux_english) + +___ #### *Refrence Sources* : [iSH Github](https://github.com/ish-app/ish)