We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
both in documentation and the work of the install script, the update_manager entry is
INCORRECT [update_manager crowsnest] type: git_repo path: ~/crowsnest origin: https://github.com/mainsail-crew/crowsnest.git install_script: tools/pkglist.sh
CORRECT [update_manager crowsnest] type: git_repo path: ~/crowsnest origin: https://github.com/mainsail-crew/crowsnest.git managed_services: crowsnest install_script: tools/install.sh
moonraker to be content
install and reboot, moonraker throws an error for the nonexistent pkglist.sh
No response
The text was updated successfully, but these errors were encountered:
duplicate of #150, #186 and #242
Sorry, something went wrong.
No branches or pull requests
What happened
both in documentation and the work of the install script, the update_manager entry is
INCORRECT
[update_manager crowsnest]
type: git_repo
path: ~/crowsnest
origin: https://github.com/mainsail-crew/crowsnest.git
install_script: tools/pkglist.sh
CORRECT
[update_manager crowsnest]
type: git_repo
path: ~/crowsnest
origin: https://github.com/mainsail-crew/crowsnest.git
managed_services: crowsnest
install_script: tools/install.sh
What did you expect to happen
moonraker to be content
How to reproduce
install and reboot, moonraker throws an error for the nonexistent pkglist.sh
Additional information
No response
The text was updated successfully, but these errors were encountered: