From 0ff444f8a34c6e8534f7d014b8f71263361de99d Mon Sep 17 00:00:00 2001 From: Kenneth Jiang Date: Mon, 10 Jul 2023 00:25:32 +0100 Subject: [PATCH] Call 'install.sh -U' to make sure the system dependencies are up to date --- scripts/obico.sh | 2 ++ 1 file changed, 2 insertions(+) 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" }