From 823364c3943f40c5204cd9bd80ced2ea2e87572e Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Thu, 8 Jan 2026 16:32:17 +1100 Subject: [PATCH] More dependancys for yay --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 93a636c..07fe79c 100755 --- a/install.sh +++ b/install.sh @@ -26,7 +26,7 @@ sudo pacman -Syu git zsh curl wget whiptail --noconfirm --needed if command -v pacman >/dev/null; then echo "pacman detected. Installing prerequisites" - sudo pacman -Syu git zsh curl wget whiptail golang fakeroot debugedit --noconfirm --needed + sudo pacman -Syu git zsh curl wget whiptail golang fakeroot debugedit make gcc --noconfirm --needed fi if command -v apt >/dev/null; then