Skip to content

Commit 69a1a4d

Browse files
committed
Trying to not remove previous modules.
1 parent 1fac29f commit 69a1a4d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

installer.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ echo
4444

4545

4646
#Init
47-
init_installer
47+
#init_installer
4848
inc_module vars
4949
inc_module utilities
5050

@@ -66,7 +66,7 @@ elif [ "$1" == "extended" ]; then
6666
run_module java
6767
run_module native-libraries
6868

69-
else
69+
elif [ "$1" == "java" ]; then
7070
run_module java
7171
fi
7272

0 commit comments

Comments
 (0)