mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-07-07 00:56:39 +10:00
Update install.sh
This commit is contained in:
+1
-1
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user