25 Apr 11, 12:46PM
(25 Apr 11, 11:59AM)jalfor Wrote: For the person who asked if I had restarted, I have, many times and about the terminal thing, sorry for my n00bness but when I type cd home/<my name>/1.1.0.4/assaultcube.sh it says no such file or directory. I am clearly not typing it correctly. Could someone please tell me what I should type in. In windows I know that you can just copy/paste the address bar thing but in ubuntu I can not see a way.
Well first thing, you're missing a / at the beginning. For example the path for me is:
[SELECT ALL] Code:
/home/luke/1.1.0.4/
And you can't "cd" into the assaultcube.sh file, you must type:
[SELECT ALL] Code:
cd /home/USERNAME/1.1.0.4
sh assaultcube.sh
Although after running the cd command you may want to try
[SELECT ALL] Code:
ls
To ensure there is assaultcube.sh in that directory.