Page 1 of 1

issues with snapshots on linux

Posted: Sun Mar 31, 2024 5:05 pm
by AL_09
so I have recently switched to an arch based linux distro and I'm having issues with installing snapshots. I have been able to install the base game just fine but when I try to replace the mxbin file with the updated snapshot mxbin I just get a permission denied error and I don't know why. I have tried running "./mx" in the terminal with sudo and still got the same permission denied error. Any help on how to fix this would be greatly appreciated.

Re: issues with snapshots on linux

Posted: Sun Mar 31, 2024 11:41 pm
by jlv
It needs execute permission. Try "chmod +x mxbin".

Re: issues with snapshots on linux

Posted: Thu May 09, 2024 10:10 pm
by MXboy169
How did you install it on Arch? I'm new to Arch linux. I'm running Endeavouros. I have an idea of what to do but want to make sure I do it right.

Re: issues with snapshots on linux

Posted: Fri May 10, 2024 2:12 am
by jlv
Copy it over mxbin and give it execute permission with "chmod +x mxbin".