/home/user/Games/oolite/oolite-1.86.linux-x86_64.run: 309: exec: -title: not found
I am trying to write an install script to install oolite 1.86.
So far it looks like this:
Marking the file as executable is done with the chmodx directive. It is often needed for games that ship in a zip file, which does not retain file permissions.
Example: - chmodx: $GAMEDIR/game_binary
From the manual. I also tried - execute: command: chmod +x $GAMEDIR/oolite-1.86.linux-x86_64.run.
That doesn’t work either.