From f491f125b7da2e3c2db12709987ee3cdffa86b3c Mon Sep 17 00:00:00 2001 From: uzeirselot Date: Tue, 19 Jul 2022 11:14:12 +0000 Subject: [PATCH] tutorial-alpine-in-phone.md --- .../community-way/tutorial-alpine-in-phone.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tutorials/community-way/tutorial-alpine-in-phone.md diff --git a/tutorials/community-way/tutorial-alpine-in-phone.md b/tutorials/community-way/tutorial-alpine-in-phone.md new file mode 100644 index 0000000..a48b810 --- /dev/null +++ b/tutorials/community-way/tutorial-alpine-in-phone.md @@ -0,0 +1,19 @@ +#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: + +`pkg install git && curl -LO https://raw.githubusercontent.com/Hax4us/TermuxAlpine/master/TermuxAlpine.sh && bash TermuxAlpine.sh && startalpine` + +`exit` + +##🔵To again start alpine,open termux,(start command) `startalpine` + +--- +####🔵Official sources: +[Termux Github](https://github.com/termux) +[TermuxAlpine] (https://github.com/Hax4us/TermuxAlpine)