From 931d3431a93b1827f3acc5e5690424bd0d3a5eeb Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sat, 16 Dec 2017 21:31:51 +0100 Subject: [PATCH] Add base-devel --- install/console/generic | 1 + 1 file changed, 1 insertion(+) diff --git a/install/console/generic b/install/console/generic index f08f9bf..a7acf01 100644 --- a/install/console/generic +++ b/install/console/generic @@ -2,6 +2,7 @@ . ./lib options=() +options+=("base-devel" "Build tools" on) options+=("bash-completion" "Best completion in bash" on) options+=("lsof" "ls open file" on) options+=("dmidecode" "Hardware infos" on)