From a3b88a2598decce592b725ce892716ecb62cf95d Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Sat, 23 Mar 2024 16:20:26 +0100 Subject: [PATCH] Remove redundant script call --- profiles/DerGeret/Arch/install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/profiles/DerGeret/Arch/install.sh b/profiles/DerGeret/Arch/install.sh index 7dee39d0..e5e2a6b8 100755 --- a/profiles/DerGeret/Arch/install.sh +++ b/profiles/DerGeret/Arch/install.sh @@ -2,7 +2,6 @@ pushd "${BASH_SOURCE%/*}" > /dev/null; . "../../../scripts/Arch/OS/install.sh"; -. "../../../scripts/Arch/Software/GRUB/install.sh"; . "../../../scripts/Arch/Config/SecureBoot/install.sh"; . "../../../scripts/Arch/Software/nvidia-dkms/install.sh"; . "../../../scripts/Arch/Software/xone/install.sh";