From 81331f698e6be63e4ddcd814fe3197b3d1f64f44 Mon Sep 17 00:00:00 2001 From: uzeirselot Date: Tue, 19 Jul 2022 11:49:11 +0000 Subject: [PATCH] tutorial-alpine-in-phone.md --- .../community-way/tutorial-alpine-in-phone.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tutorials/community-way/tutorial-alpine-in-phone.md b/tutorials/community-way/tutorial-alpine-in-phone.md index ed30f4c..69d4b50 100644 --- a/tutorials/community-way/tutorial-alpine-in-phone.md +++ b/tutorials/community-way/tutorial-alpine-in-phone.md @@ -1,23 +1,23 @@ # 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) -> If download link doesn't work search and manually download from fdroid.com - -## - To Install alpine linux,Open termux app: +> If download link doesn't work search and manually download from f-droi.org +### 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 +### To exit alpine `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) [TermuxAlpine](https://github.com/Hax4us/TermuxAlpine)