refactor(obico): move dependency handling to obico's own install script #361

Merged
kennethjiang merged 4 commits from master into master 2023-07-10 17:44:05 +02:00
Showing only changes of commit 0ff444f8a3 - Show all commits

View File

@@ -402,6 +402,8 @@ function update_moonraker_obico() {
cd "${MOONRAKER_OBICO_DIR}" && git pull
fi
"${MOONRAKER_OBICO_DIR}/install.sh" -U
ok_msg "Update complete!"
do_action_service "restart" "moonraker-obico"
}