tortuga - 2014-07-02

hi!
Same problem here.

setup.sh is non executable.

Until a new realease will fix the 'permission denied' problem, we can simply install ggmud 0.9.3 changing line number 13 in the file ggmud-0.9.3-linux-x86.run
from: keep=n
to: keep=y

(the next command will change that line in a terminal)
$ sed -i 's/keep=n/keep=y/g' ggmud-0.9.3-linux-x86.run

(After this you can execute the installer and receive the error 'permission denied')
$./ggmud-0.9.3-linux-x86-run

(change directory)
$cd mkself_install

(change permission in the file setup.sh)
$sudo chmod +x setup.sh

(install ggmud executing the setup.sh)
$sudo ./setup.sh

(execute ggmud)
$ ggmud

Btw ggmus the best MUD client i've found! Thanks for your work!
Bye