Add wget in generic
This commit is contained in:
parent
49075cfa3a
commit
7c939c3aec
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ options=()
|
|||
options+=("nano" "Editor" on)
|
||||
options+=("vim" "Editor" on)
|
||||
options+=("vi" "Editor" off)
|
||||
options+=("wget" "Retrieving files from Internet" on)
|
||||
options+=("bash-completion" "Completion for bash" on)
|
||||
options+=("usbutils" "USB Device Utilities" on)
|
||||
options+=("lsof" "ls open file" on)
|
||||
|
|
Loading…
Reference in a new issue