From 29f830732d57eaa75c52f4437e1af234dd75bddc Mon Sep 17 00:00:00 2001 From: CamDavidsonPilon Date: Mon, 16 Sep 2024 08:46:23 -0400 Subject: [PATCH] don't full upgrade, I don't think it works in a virtual env like QEMU --- workspace/scripts/00-update-system.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/workspace/scripts/00-update-system.sh b/workspace/scripts/00-update-system.sh index fa116b4..38c1151 100644 --- a/workspace/scripts/00-update-system.sh +++ b/workspace/scripts/00-update-system.sh @@ -9,6 +9,4 @@ export LC_ALL=C source /common.sh install_cleanup_trap -sudo apt full-upgrade -y - sudo fake-hwclock save # save the stored time to the current time \ No newline at end of file