From 09ff8847527f8e0d61c9e98fce165c225c7d4b5f Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Sat, 15 Nov 2025 20:17:12 +1100 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index dcbf2d1..50dba15 100755 --- a/install.sh +++ b/install.sh @@ -87,7 +87,7 @@ for selection in $CHOICE; do ;; "5") echo "Installing Yay and Yay Packages..." - if ! sudo pacman -S --needed --noconfirm efibootmgr sbsigntools mokutil sbctl; then # These were in the original script before yay install + if ! sudo pacman -S --needed --noconfirm efibootmgr sbsigntools mokutil sbctl; then echo "--------------------------------------------------------------------" echo "Failed to install prerequisite packages for Yay. You can try running it manually:" echo "sudo pacman -S --needed --noconfirm efibootmgr sbsigntools mokutil sbctl"