From 045469eec08f217a7ec017bb0696e914d3836f5f Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 29 Dec 2023 16:50:49 +0000 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 3a3592b..9849d0e 100644 --- a/install.sh +++ b/install.sh @@ -14,7 +14,7 @@ read driveName # Download Disko file cd /tmp -curl https://gitlab.com/ahoneybun/nix-configs/-/raw/main/partitions/simple-efi.nix -o /tmp/disko-config.nix +curl https://gitlab.com/ahoneybun/nix-configs/-/raw/disko/partitions/simple-efi.nix -o /tmp/disko-config.nix # Replace drive in Disko file sudo sed -i "s#/dev/vdb#$rootName#g" /tmp/disko-config.nix