From 8a102baacf468c0d2f7cc0ede24d763866a0f04a Mon Sep 17 00:00:00 2001 From: Aney Date: Sun, 25 Oct 2020 16:51:16 +0000 Subject: [PATCH] Added build-essential, as it's kinda essential for building dwm, etc --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index af30c06..72173b7 100755 --- a/install.sh +++ b/install.sh @@ -2,7 +2,7 @@ # ideally a minimal install # Install X and sudo so other things can work -apt install sudo xorg -y +apt install sudo xorg build-essential -y # Update baybee apt update && upgrade -y