-
Notifications
You must be signed in to change notification settings - Fork 4
/
blurb2s.md
18 lines (11 loc) · 939 Bytes
/
blurb2s.md
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
@sdrausty Java is available through:
# [TermuxArch](https://github.com/sdrausty/TermuxArch)
Now you can install Arch Linux in Termux 📲 on your smartphone and tablet. More information at https://sdrausty.github.io/TermuxArch
Java is available through https://sdrausty.github.io/TermuxArch/ Just follow the easy install instructions at https://sdrausty.github.io/TermuxArch/docs/docs/install or simply copy and paste the following into your Termux window:
```
cd && git clone https://github.com/sdrausty/TermuxArch
./TermuxArch/setupTermuxArch.sh
```
Read more about the Arch Linux package manager at [duckduckgo arch+linux+install+java+pacman.](https://duckduckgo.com/?q=arch+linux+install+java+pacman&atb=v90-2__&t=cros&ia=qa)
To install java run `pacman -Syy; pacman -Su; pacman -S jdk8-openjdk`
![screenshot_20171109-220204](https://user-images.githubusercontent.com/27742457/32641053-cedfdcfe-c599-11e7-9c73-b185e70e9c6a.png)