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.
3030
3131 * __ 1st way__ :
3232``` Shell
33- sudo ./installOracleJDK
33+ sudo ./installOracleJDK.sh
3434```
3535In order to use this way, you have to download the '_ .tar.gz_ ' file of
3636your 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
4040
4141 * __ 2nd way__ :
4242``` Shell
43- sudo ./installOracleJDK [absolute-path-of-directory]
43+ sudo ./installOracleJDK.sh [absolute-path-of-directory]
4444```
4545This way allows you to provide the __ absolute__ path of the directory containing
4646the '_ .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