From ab423ef1a777c8a80ff0cc26caae43060ca7f23f Mon Sep 17 00:00:00 2001 From: Joe Gitta Date: Tue, 26 May 2026 01:03:30 +0000 Subject: [PATCH] fix: sync before reboot to ensure repo survives first-boot restart --- install-kiosk.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install-kiosk.sh b/install-kiosk.sh index 80afcf1..b71d86a 100755 --- a/install-kiosk.sh +++ b/install-kiosk.sh @@ -143,4 +143,5 @@ echo " Setup complete!" echo " Kiosk will start after reboot as: $KIOSK_NAME ($KIOSK_USER)" echo "============================================" echo +sync reboot