Call 'install.sh -U' to make sure the system dependencies are up to date

This commit is contained in:
Kenneth Jiang
2023-07-10 00:25:32 +01:00
parent 8cea54ea38
commit 0ff444f8a3

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"
}