Uncheck base-devel by default (work whll by dependency

This commit is contained in:
MatMoul 2022-10-16 01:37:48 +02:00
parent 2ba9bb2936
commit b5c78e0d54

View file

@ -5,7 +5,6 @@ options=()
options+=("nano" "Editor" on)
options+=("vim" "Editor" on)
options+=("vi" "Editor" off)
options+=("base-devel" "Build tools" on)
options+=("bash-completion" "Completion for bash" on)
options+=("usbutils" "USB Device Utilities" on)
options+=("lsof" "ls open file" on)
@ -15,6 +14,7 @@ options+=("linux-firmware" "Firmware files for Linux" off)
options+=("nmon" "System monitor" off)
options+=("mc" "Dual pane file explorer" off)
options+=("neofetch" "system information tool" off)
options+=("base-devel" "Build tools" off)
options+=("fwupd" "Firmware upgrade" off)
options+=("powertop" "power mon and management" off)
options+=("gpm" "Console mouse support" off)