From 4271a833bd102a6af4fea62696d878ca1e1319f2 Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Mon, 26 Jan 2026 00:09:10 +1100 Subject: [PATCH] Update golang package to go --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index b434cf8..457820c 100755 --- a/install.sh +++ b/install.sh @@ -164,10 +164,10 @@ for selection in $CHOICE; do exit 1 # Exit with an error else # Install yay prerequisites - if ! sudo pacman -S --needed --noconfirm efibootmgr sbsigntools mokutil sbctl golang fakeroot debugedit make gcc; then + if ! sudo pacman -S --needed --noconfirm efibootmgr sbsigntools mokutil sbctl go fakeroot debugedit make gcc; 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 golang fakeroot debugedit make gcc" + echo "sudo pacman -S --needed --noconfirm efibootmgr sbsigntools mokutil sbctl go fakeroot debugedit make gcc" echo "--------------------------------------------------------------------" exit 1 # exit with an error fi