the line showing the command source <(curl -s https://raw.githubusercontent.com/SignalK/signalk-java/jdk11/setup_raspbian.sh) points to the signalk-java/jdk11/setup_raspbian.sh script while the link in the line just below shows a detailed Install Procedure where the setup_raspbian_sh is taken from a different GIT branch: source <(curl -s https://raw.githubusercontent.com/SignalK/signalk-java/master/setup_raspbian.sh)
the link in line Goto INSTALL.md (https://github.com/SignalK/signalk-java/blob/artemis/INSTALL.md) is broken
Thanks, fixed
Trying to keep the master and jdk11 branches in sync is a hassle for these files. I have to be careful when I merge them as the urls etc are different, but the rest is the same...
The file README.md contains the following errors:
source <(curl -s https://raw.githubusercontent.com/SignalK/signalk-java/jdk11/setup_raspbian.sh)
points to thesignalk-java/jdk11/setup_raspbian.sh
script while the link in the line just below shows a detailed Install Procedure where the setup_raspbian_sh is taken from a different GIT branch:source <(curl -s https://raw.githubusercontent.com/SignalK/signalk-java/master/setup_raspbian.sh)
Goto INSTALL.md (https://github.com/SignalK/signalk-java/blob/artemis/INSTALL.md)
is broken