From c66367c0720d38f90b7c8d84d42ba51862dabc9b Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Tue, 21 Oct 2025 15:18:24 -0600 Subject: [PATCH] Always reinstall image in scripts/dual-boot.sh --- scripts/dual-boot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/dual-boot.sh b/scripts/dual-boot.sh index 3b86a54ef..f189693aa 100755 --- a/scripts/dual-boot.sh +++ b/scripts/dual-boot.sh @@ -30,6 +30,7 @@ fi IMAGE="build/${ARCH}/${CONFIG_NAME}/filesystem.img" set -x +rm -f "${IMAGE}" make "${IMAGE}" sudo popsicle "${IMAGE}" "${DISK}" set +x