From 14261d8dd2f0f88a19fba976c81ce5fb4cc0e733 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 13 Jul 2023 23:11:57 +0200 Subject: [PATCH] Fix installation of grub --- profiles/DerGeret/Arch/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/DerGeret/Arch/install.sh b/profiles/DerGeret/Arch/install.sh index f25cc30a..6c6c0b99 100755 --- a/profiles/DerGeret/Arch/install.sh +++ b/profiles/DerGeret/Arch/install.sh @@ -1,7 +1,7 @@ #!/bin/bash pushd "${BASH_SOURCE%/*}" > /dev/null; -. "../../../scripts/Common/Config/GRUB/setup.sh"; +. "../../../scripts/Arch/Software/GRUB/install.sh"; . "../../../scripts/Arch/Config/SecureBoot/install.sh"; . "../../../scripts/Arch/Software/nvidia-dkms/install.sh"; . "../../../scripts/Arch/Software/xow/install.sh";