From 460427386e20ff05cf2c8283c1eb9dda3975cbdc Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Tue, 28 Oct 2025 22:56:53 +1100 Subject: [PATCH] Install additional packages in install.sh Add installation of efibootmgr, sbsigntools, mokutil, and sbctl. --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index e8d96c4..e8b3b17 100755 --- a/install.sh +++ b/install.sh @@ -55,6 +55,8 @@ set -x curl -fsSL https://raw.githubusercontent.com/alvinlollo/Single-install-script/refs/heads/main/configs/PackagesPacman.txt | sudo pacman -S - --needed --noconfirm +sudo pacman -S --needed -noconfirm efibootmgr sbsigntools mokutil sbsigntools mokutil sbctl + if ! command -v yay >/dev/null; then echo "yay is NOT installed. Running installation commands..." git clone https://aur.archlinux.org/yay.git