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

36 lines
1.1 KiB
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 17:24:17 +02:00
## For iOS:
2022-07-19 16:34:06 +02:00
[Download iSH Shell](https://apps.apple.com/us/app/ish-shell/id1436902243)
2022-07-19 17:24:17 +02:00
>This app provides you Alpine-Linux,thats it!
___
## 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
2022-07-19 17:33:51 +02:00
>
2022-07-19 17:24:17 +02:00
>Install app,and follow more steps as follows:
### 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.
>
2022-07-19 17:33:51 +02:00
>Its successfully installed if no error is seen :)
2022-07-19 17:24:17 +02:00
___
2022-07-19 13:14:12 +02:00
2022-07-19 17:24:17 +02:00
### To logout/exit Alpine-Linux:
`exit`
2022-07-19 13:14:12 +02:00
2022-07-19 17:24:17 +02:00
### To start Alpine-Linux again:
`startalpine`
2022-07-19 17:33:51 +02:00
___
[Join our community.Help or discuss with us.](https://t.me/alpine_linux_english)
>https://t.me/alpine_linux_english
2022-07-19 17:24:17 +02:00
___
2022-07-19 13:35:29 +02:00
2022-07-19 16:34:06 +02:00
#### *Refrence Sources* :
[iSH Github](https://github.com/ish-app/ish)
2022-07-19 13:35:29 +02:00
[Termux Github](https://github.com/termux)
2022-07-19 17:33:51 +02:00
[TermuxAlpine Github](https://github.com/Hax4us/TermuxAlpine)