07-11-2020, 08:25 PM
I found that in the install.sh script at https://github.com/TheFlav/Freeplay-Support there are a couple of errors on two lines. On lines 25 and 26 you should put nonint instead of noint. This causes raspi-config to start in interactive mode.
On the other hand I also found in the install.sh script from https://github.com/TheFlav/rpi-fbcp that after copying fbcp.sh to /etc/init.d you should give execution permission, at least that returns the system by doing it by hand...
On the other hand I also found in the install.sh script from https://github.com/TheFlav/rpi-fbcp that after copying fbcp.sh to /etc/init.d you should give execution permission, at least that returns the system by doing it by hand...

