File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ There are two ways that you can execute this script.
30
30
31
31
* __ 1st way__ :
32
32
``` Shell
33
- sudo ./installOracleJDK
33
+ sudo ./installOracleJDK.sh
34
34
```
35
35
In order to use this way, you have to download the '_ .tar.gz_ ' file of
36
36
your choice from _ oracle.com_ and save it inside the __ Downloads__ directory of
@@ -40,7 +40,7 @@ script to enter /home/_username_/Downloads/ and search for the file to be instal
40
40
41
41
* __ 2nd way__ :
42
42
``` Shell
43
- sudo ./installOracleJDK [absolute-path-of-directory]
43
+ sudo ./installOracleJDK.sh [absolute-path-of-directory]
44
44
```
45
45
This way allows you to provide the __ absolute__ path of the directory containing
46
46
the '_ .tar.gz_ ' file as a command line argument, in order to override the default
You can’t perform that action at this time.
0 commit comments