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