Add more dependencys

This commit is contained in:
alvinlollo
2026-01-08 16:29:33 +11:00
committed by GitHub
parent 273e0c7443
commit 5c953065b7
+1 -1
View File
@@ -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