Skip to content

Commit 383f2b3

Browse files
committed
Cleaned up the mess on README.MD
You really like making your life harder, Hax4us and MasterDevX, do you? Not nearly as terrible as on installjava script, but what's the point of using <a /> and <br />? Also, MD loves putting double enters around # marks. I'm not criticising anyone! I also always make my life harder in any possible way. Some people are simply like that and no one can fix it. I just also apparently made some changes to installjava, but I don't know what exactly. It just showed as not saved. Signed-off-by: Guzio <[email protected]>
1 parent 32f9806 commit 383f2b3

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
[![Gitpod Ready-to-Code](https://img.shields.io/badge/Gitpod-Ready--to--Code%20(for%20some%20reason)-blue?logo=gitpod)](https://gitpod.io/#https://github.com/MasterDevX/Termux-Java)
22

33
# Termux Java
4+
45
### Information
5-
This script will install Java in Termux.<br />
6-
Libraries compiled by <a href="https://github.com/Hax4us">Hax4us</a>, script written by <a href="https://github.com/Hax4us">Hax4us</a> and <a href="https://github.com/MasterDevX">MasterDevX</a>.
6+
7+
This script will install Java in Termux.
8+
9+
Libraries compiled by [Hax4us](https://github.com/Hax4us "Hax4us's GitPod profile"), script written by [Hax4us](https://github.com/Hax4us "Hax4us's GitPod profile") and [MasterDevX](https://github.com/MasterDevX "MasterDevX's GitPod profile").
710

811
### How to use
9-
To install Java, open Termux and execute the following command:</br>
12+
13+
To install Java, open Termux and execute the following command:
14+
1015
```pkg install wget && wget https://raw.githubusercontent.com/MasterDevX/java/master/installjava && bash installjava```
1116

1217
After that you can run Java using ```java``` command.

installjava

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ else
3434
esac
3535

3636
#Actual installation
37-
ee "\e[32m[*] \e[34mDownloading JDK-8 (~70Mb) for ${archname}... 🕛This will take some time, so better make a coffee.🕧"
37+
ee "\e[32m[*] \e[34mDownloading JDK-8 (~70Mb) for ${archname}... 🕛This will take some time, so better make a coffee.🕛"
3838
wget https://github.com/Hax4us/java/releases/download/${tag}/jdk8_${archname}.tar.gz -q
3939

4040
ee "\e[32m[*] \e[34mMoving JDK to system..."
@@ -59,6 +59,6 @@ else
5959

6060
echo
6161
ee "\e[32mJava was successfully installed!\e[39m"
62-
echo "Enjoy your new, fresh Java :D (and a coffee, if you didn't drink it yet)"
62+
echo "Enjoy your new, tasty Java :D (and a coffee, if you didn't drink it yet)"
6363
echo
6464
fi

0 commit comments

Comments
 (0)