From 8cf9ffdeefc5e6a8f5ae4278f4bd3b95899a0ebc Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Mon, 7 Aug 2023 20:43:48 +0200 Subject: [PATCH] Install `bt-dualboot` --- profiles/DerGeret/Arch/install.sh | 2 ++ scripts/Arch/Software/bt-dualboot/install.sh | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 scripts/Arch/Software/bt-dualboot/install.sh diff --git a/profiles/DerGeret/Arch/install.sh b/profiles/DerGeret/Arch/install.sh index a695a304c..1f847a661 100755 --- a/profiles/DerGeret/Arch/install.sh +++ b/profiles/DerGeret/Arch/install.sh @@ -1,10 +1,12 @@ #!/bin/bash pushd "${BASH_SOURCE%/*}" > /dev/null; +. "../../../scripts/Arch/Software/yay/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"; +. "../../../scripts/Arch/Software/bt-dualboot/install.sh"; . "../../../scripts/Arch/Software/sddm/install.sh"; . "../../../scripts/Arch/Config/ssh-agent/install.sh"; . "../../../scripts/Arch/Collections/personal.sh"; diff --git a/scripts/Arch/Software/bt-dualboot/install.sh b/scripts/Arch/Software/bt-dualboot/install.sh new file mode 100644 index 000000000..5d83463cb --- /dev/null +++ b/scripts/Arch/Software/bt-dualboot/install.sh @@ -0,0 +1,2 @@ +#!/bin/bash +yay --noconfirm -Syu bt-dualboot;