Install Community Map Pack for Linux
#1
I tried to install the CMP on my pc (whit Linux Ubuntu) but the root did not give me permission to put it in the folder assault cube, how can I put them to work?
Thanks given by:
#2
You can use Nautilus as root then copy/move them.
sudo nautilus
or copy/move via Terminal.

Move:
sudo mv
Copy:
sudo cp

Use
mv --help
and
cp --help
for more info.
Thanks given by: