From 27e37516aa2e7e726c0808b9c161021f893b0593 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 3 Nov 2023 12:34:33 -0400 Subject: [PATCH] i cant spell --- guix-strap/guix-crypt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guix-strap/guix-crypt b/guix-strap/guix-crypt index 45a02a5..90bb545 100755 --- a/guix-strap/guix-crypt +++ b/guix-strap/guix-crypt @@ -64,7 +64,7 @@ mkfs.vfat "-F32" "$EFI_PARTITION" EVENT "Mounting EFI" -mkddir -p /mnt/boot/efi +mkdir -p /mnt/boot/efi mount $EFI_PARTITION /mnt/boot/efi EVENT "Successfully setup efi vfat and luks"