You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,9 @@
1
1
2
+
I use this as a common java installer script. it also installs commonly used utilities that I need. aimed at centos 7. I use it with new docker containers most of the time.
3
+
4
+
Instructions I used for the for the install can be found [here](http://tecadmin.net/install-java-8-on-centos-rhel-and-fedora/)
5
+
6
+
##Install Stuff
2
7
This script installs basic utilities :
3
8
- iproute
4
9
- openssh-*
@@ -11,4 +16,9 @@ This script installs basic utilities :
11
16
- lynx
12
17
13
18
19
+
##Setup Java
20
+
- The download and extract happens in the /opt directory
0 commit comments