SBFspot / sbfspot-config

Installation/Configuration tool for SBFspot on Raspberry Pi
43 stars 11 forks source link

No install of SBFspot on 2023-12-05-raspios-bullseye-armhf-lite.img.xz #73

Closed Rammy61 closed 5 months ago

Rammy61 commented 5 months ago

Discussed in https://github.com/SBFspot/sbfspot-config/discussions/72

Originally posted by **Rammy61** January 31, 2024 I want to install SBFspot on a RPiZero-W but the install process is stopped because the software thinks I am using a wrong image. ![Screenshot_2024-01-31_19-16-37](https://github.com/SBFspot/sbfspot-config/assets/35842109/41e8b13d-3350-429c-87fe-efbcd41e9f35) When I change the line: ` if [[ ! "Raspbian Debian" =~ "\<$lsb_id\>" ]]; then` in `if [[ ! "Raspbian" =~ "$lsb_id" ]]; then` and start the process again it works. Regards. Rammy