Skip to content

Commit af13692

Browse files
committed
Minor change
1 parent 1d8dbee commit af13692

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

installer.sh

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,13 @@ function initInstaller(){
3232

3333
#Init
3434
initInstaller
35-
36-
#Utilities
3735
runModule utilities 0
38-
runModule platform
3936

40-
runModule native-libraries
37+
runModule platform
38+
runModule java
4139

4240
exit
4341

44-
runModule java
4542
runModule battery-monitor
4643
runModule native-libraries
4744

modules/java.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@ else
2525
if [ "$PLATFORM" == "$EV3" ]; then
2626
echo "You have to follow this documentation to install to continue using this installer"
2727
echo "https://github.com/ev3dev-lang-java/docs/blob/master/docs/GettingStartedBrick.md"
28-
exit 1
28+
29+
if [ -e "/home/robot/ejdk-8-fcs-b132-linux-arm-sflt-03_mar_2014.tar.gz" ]; then
30+
echo "ok"
31+
else
32+
echo "nok"
33+
fi
2934

3035
#Manual installer of Java 8
3136
#wget https://raw.githubusercontent.com/ev3dev-lang-java/installer/develop/modules/java-ev3-java8-installer.sh

0 commit comments

Comments
 (0)