Uncheck base-devel by default (work whll by dependency
This commit is contained in:
parent
2ba9bb2936
commit
b5c78e0d54
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue