Hello again guys!
On line 10 of the mentioned file above I found the following:
[[ ! -f ${docroot}${webroot}config.class.php && ! -f ${docroot}${webroot}Config.class.php ]] && handleError " No config file found" 4
The updater is looking for the config file on /
but the file in the latest branch is in /lib/fog/
I changed the lines here and it worked just fine
Okay maybe it needs some work I’m getting an error now