Fix pacman command by removing duplicate 'sbsigntools'

This commit is contained in:
alvinlollo
2025-10-28 23:02:24 +11:00
committed by GitHub
parent 26fd42f27e
commit 282c16a937
+1 -1
View File
@@ -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..."