installer
installer copied to clipboard
A guided installation tool to download and setup MudPi on a RaspberryPi
Root composer.json requires php ^7.2 but your php version (8.2.1) does not satisfy that requirement.
Ran the installer and it auto installed PHP 8. Root composer.json requires php ^7.2 but your php version (8.2.1) does not satisfy that requirement.
It looks like your install script hasn't been updated for Raspbian version 11. As such $php_version isn't filled which is causing some failures in the install process.
After installation using the installer I open the gui and get the following error in the logs. `FastCGI sent in stderr: "PHP message: PHP Warning: file_get_contents(/home/mudpi/core/mudpi/mudpi.config): Failed to open stream:...
It seems that one of the PHP packages didn't specify a version in the install script. I updated this to follow the same version of PHP that the other PHP...