From 1bc3752c52e2cf0654523fae841b0eda99736587 Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Thu, 13 Jul 2023 22:52:45 +0200 Subject: [PATCH] Reinstall grub config at first --- profiles/DerGeret/Arch/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/DerGeret/Arch/install.sh b/profiles/DerGeret/Arch/install.sh index f60c8775..2c08d920 100755 --- a/profiles/DerGeret/Arch/install.sh +++ b/profiles/DerGeret/Arch/install.sh @@ -1,6 +1,7 @@ #!/bin/bash pushd "${BASH_SOURCE%/*}" > /dev/null; +. "../../../scripts/Common/Config/GRUB/install.sh"; . "../../../scripts/Arch/Config/SecureBoot/install.sh"; . "../../../scripts/Arch/Software/nvidia-dkms/install.sh"; . "../../../scripts/Arch/Software/xow/install.sh";