From 9b6ef2071e0461e090ebfe67782ef04c9e24624a Mon Sep 17 00:00:00 2001 From: CamDavidsonPilon Date: Sun, 15 Sep 2024 22:28:08 -0400 Subject: [PATCH] -y --- workspace/scripts/00-update-system.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace/scripts/00-update-system.sh b/workspace/scripts/00-update-system.sh index 2d3391c..fa116b4 100644 --- a/workspace/scripts/00-update-system.sh +++ b/workspace/scripts/00-update-system.sh @@ -9,6 +9,6 @@ export LC_ALL=C source /common.sh install_cleanup_trap -sudo apt full-upgrade +sudo apt full-upgrade -y sudo fake-hwclock save # save the stored time to the current time \ No newline at end of file