Quote:
Originally Posted by ork066
Hey can you help me ?
I am trying to start it on raspberry pi 3b with raspberrian but it is not working. Tried .sh file but nothing is happening. I installed java.
|
Make sure you have screen and java 8 installed.
should return something like 'Screen version 4.x' or similar. Command not found?
Code:
sudo apt-get update
sudo apt-get install screen
Same with Java.
should return 'java version "1.8.x'.
If not, use google to find a guide on how to install JRE 8 for your operating system.
Try to launch the .sh again...
If it still doesn't work: Try to open the content of the .sh file in an text editor, then copy each line and run it manually in terminal. You should see the error message then...
Also, thanks for the report. I now included screen as a requirement for linux/UNIX based operating systems in the wiki because it does not seem to be preinstalled on raspberry images.