File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,16 +32,13 @@ function initInstaller(){
3232
3333# Init
3434initInstaller
35-
36- # Utilities
3735runModule utilities 0
38- runModule platform
3936
40- runModule native-libraries
37+ runModule platform
38+ runModule java
4139
4240exit
4341
44- runModule java
4542runModule battery-monitor
4643runModule native-libraries
4744
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments