Add wget in generic

This commit is contained in:
MatMoul 2022-11-17 23:44:28 +01:00
parent 49075cfa3a
commit 7c939c3aec

View file

@ -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)