Update install.sh

This commit is contained in:
alvinlollo
2025-11-15 20:17:12 +11:00
committed by GitHub
parent 89e864830b
commit 09ff884752
+1 -1
View File
@@ -87,7 +87,7 @@ for selection in $CHOICE; do
;; ;;
"5") "5")
echo "Installing Yay and Yay Packages..." 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 "--------------------------------------------------------------------"
echo "Failed to install prerequisite packages for Yay. You can try running it manually:" echo "Failed to install prerequisite packages for Yay. You can try running it manually:"
echo "sudo pacman -S --needed --noconfirm efibootmgr sbsigntools mokutil sbctl" echo "sudo pacman -S --needed --noconfirm efibootmgr sbsigntools mokutil sbctl"