@LigH: regarding the problem from Your original post: the error \"bad interpreter: access denied\" usually appears, when you try to start shell script from filesystem, which was mounted with \"noexec\" option (for example cdrom on some distros is mounted with \"noexec\" for security reasons). You can check options of mounted filesystems simply by running \"mount\" comand without parameters. It can be also becaus of other kind of policies set in the system. Try to move the file to other filesystem (/home, /usr) and try again.
@CelticAngel: I hope You know, how to start terminal emulator in graphics environment (it can be found somewhere in the menu tree).
If You are a new linux user I recommend installing Midnight Commander, a tool similar to Norton Commander (for DOS) or Total Commander (for Windows), It is very useful program. In Fedora, after opening terminal window:
- type mc (press enter). If You get \"command not found\" message, You should install MC as follows:
- If You are not root, type \"su -\" (press enter) then give root (administrator) password.
- now You are root. Type \"yum install mc\" (press enter), wait a while and accept the choice You will be given.
- Now You have Midnight Commander available. As an ordinary (not root) user type \"mc\" (press enter)
- navigate to Planeshift installation file using arrows and enter.
- check, if Planeshift.....bin file has \"execute\" rights set (the filename in mc panel should be green and it should have star mark at the left side)
- if the file is not executable, highlight it and type: chmod a+x
- the file is now ready to execute. Highlight in and press enter. The installer should start.