-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install script for OS Bullseye #80
Comments
Thanks a lot for the update Bro! Although I have read that Bullseye is far from an improvement. Today I used the Buster legacy version on pi burner and that worked ok with pikrellcam. |
I am running Bullseye (64 bit) in a Raspberry Pi 3 and I get the following error message when running the installation script:
I tried both to run it as is in Github and as well following rleyden559 comment above to amend the script from "php7.3" to "php7.4". In both cases I get the same message. Thanks for helping. |
Just fixed it by creating the directory .pikrellcam and an empty file pikrellcam.conf (with touch pikrellcam.conf command) in my home directory (david) |
I am not sure bullseye will work but a legacy buster version still works. |
I assume no one is now updating the install script and I noticed that it does not work , as is, under Bullseye.
I found that if you edit the script to change all instances of php7.3 to php7.4 (three times getting apps and once setting up nginx), the script and programs seems to work (for now). Of course, activate legacy camera in raspi-config.
The text was updated successfully, but these errors were encountered: