From 9c73f49fac66944f9bba049ecb0c60771bd66eca Mon Sep 17 00:00:00 2001 From: caem Date: Thu, 16 Jan 2025 19:45:45 +0100 Subject: [PATCH] maybe issue something else --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index a9c06b8..b3427aa 100755 --- a/install.sh +++ b/install.sh @@ -127,6 +127,7 @@ partition_disk() { if [ "$DOTNIX_CONFIRM_DISK_NUKE" = "yes" ]; then sudo nix --experimental-features 'flakes nix-command' run github:nix-community/disko/latest -- \ --mode destroy,format,mount --yes-wipe-all-disks "./hosts/$DOTNIX_HOSTNAME/disko.nix" + echo "disko done" else >&2 echo "Aborted installation due to invalid state in the partitioning step." exit 1