From 5c953065b7ebdbee7d29a0c6ba7141dc2f1d50f9 Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Thu, 8 Jan 2026 16:29:33 +1100 Subject: [PATCH] Add more dependencys --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 05d3552..93a636c 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 --noconfirm --needed + sudo pacman -Syu git zsh curl wget whiptail golang fakeroot debugedit --noconfirm --needed fi if command -v apt >/dev/null; then