Yes, I've fixed it by going to to the directory "/home/amp/.ampdata/instances/Satisfactory/satisfactory"
And running these commands
rm -r ./linux32/
mv ./package/tmp/* ~/steamcmd/
./steamcmd.sh +login anonymous +quit
Found an issue with line 101 while applying settings;
Parse error: syntax error, unexpected ';' in /usr/local/emhttp/plugins/ca.update.applications/include/exec.php on line 101
It's because of this line
if ( ! is_array($containes) {
but it should be
if ( ! is_array($containes)) {
Missing a ')'