From 282c16a937905ba796e4506a1267b80f9a4761fb Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Tue, 28 Oct 2025 23:02:24 +1100 Subject: [PATCH] Fix pacman command by removing duplicate 'sbsigntools' --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index e8b3b17..a0f5b9c 100755 --- a/install.sh +++ b/install.sh @@ -55,7 +55,7 @@ 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 +sudo pacman -S --needed -noconfirm efibootmgr sbsigntools mokutil sbctl if ! command -v yay >/dev/null; then echo "yay is NOT installed. Running installation commands..."