Install additional packages in install.sh

Add installation of efibootmgr, sbsigntools, mokutil, and sbctl.
This commit is contained in:
alvinlollo
2025-10-28 22:56:53 +11:00
committed by GitHub
parent f11fb1374f
commit 460427386e
+2
View File
@@ -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