Use legacy branch on Buster
Crowsnest v4 is not able to run on Debian Buster based systems. Debian Buster is "out of life" already and there are missing dependencies, but you can run the v3 legacy version on it without issues.
Step 1: Switch to legacy/v3 branch
cd ~/crowsnest
git fetch
git checkout legacy/v3
sudo systemctl restart crowsnestStep 2: Update moonraker.conf
[update_manager crowsnest]
type: git_repo
path: ~/crowsnest
origin: https://github.com/mainsail-crew/crowsnest.git
primary_branch: legacy/v3
install_script: tools/install.shLast updated
Was this helpful?
