We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 124ab88 commit eedf05dCopy full SHA for eedf05d
1 file changed
modules/help.sh
@@ -1,6 +1,8 @@
1
#!/bin/bash
2
3
+echo "Installer options:"
4
echo "sudo ./installer.sh [Execute modules: platform, java & batteryMonitor]"
5
echo "sudo ./installer.sh extended [Execute modules: platform, java, batteryMonitor & native-libraries]"
6
echo "sudo ./installer.sh jdk robot@192.168.1.165 [Copy your JRE to a remote brick]"
7
+echo
8
exit
0 commit comments