There seems to be some minor inconveniences with the shell script for the graal install with Linux:
- It seems to print an error saying the MD5 checksum is incompareable to the one in the file after calling 'sh graalinstall.sh'. Before this error, though, it stated that it was calling an obsolete option in the 'head' command. This is just a matter of editing the .sh and fixing the line to 'head -n 329 (this can be found in the MS_Chk () function, I believe). Fixing this cause the MD5 sum to be read correctly. There also seems to be a different call of this command somewhere else in the shell script, though I couldn't find it. I'm aware of it because the script printed out the same error once I ran it again.
- graalinstall.sh: line 319: ./setup.sh: No such file or directory
Was the install supposed to come with this? Or perhaps create it? I'm not quite clear
Thought this could all be just a conflict with Linux, I'm not quite sure because I could get Graal to install just fine beforehand.