alpine-wiki/tutorials/community-way/tutorial-alpine-in-phone.md

21 lines
627 B
Markdown
Raw Normal View History

2022-07-19 13:14:12 +02:00
2022-07-19 15:18:41 +02:00
# INSTALL ALPINE LINUX ON PHONE!
2022-07-19 13:35:29 +02:00
2022-07-19 13:49:11 +02:00
### Download & Install termux in Android:
2022-07-19 13:14:12 +02:00
[Download Termux.apk](https://f-droid.org/repo/com.termux_118.apk)
2022-07-19 15:18:41 +02:00
> If link doesn't work then manually download from f-droid.org
2022-07-19 13:14:12 +02:00
2022-07-19 15:18:41 +02:00
### To Install alpine linux,Open termux app:
2022-07-19 13:14:12 +02:00
`pkg install git && curl -LO https://raw.githubusercontent.com/Hax4us/TermuxAlpine/master/TermuxAlpine.sh && bash TermuxAlpine.sh && startalpine`
2022-07-19 15:18:41 +02:00
### To exit alpine:
2022-07-19 13:14:12 +02:00
`exit`
2022-07-19 13:49:11 +02:00
### To start alpine again,open termux,(start command)
`startalpine`
2022-07-19 13:14:12 +02:00
---
2022-07-19 13:35:29 +02:00
2022-07-19 13:49:11 +02:00
#### Official sources:
2022-07-19 13:35:29 +02:00
[Termux Github](https://github.com/termux)
[TermuxAlpine](https://github.com/Hax4us/TermuxAlpine)