diff --git a/scripts/obico.sh b/scripts/obico.sh index 3194b11..c3177e0 100644 --- a/scripts/obico.sh +++ b/scripts/obico.sh @@ -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" }