Add zip, unzip, unrar, p7zip to console menu
This commit is contained in:
parent
07217622b1
commit
1b66bd7eac
1 changed files with 4 additions and 4 deletions
|
@ -6,10 +6,10 @@ options+=("bash-completion" "Best completion in bash" on)
|
|||
options+=("lsof" "ls open file" on)
|
||||
options+=("nmon" "System monitor" on)
|
||||
options+=("rsync" "Sync files" on)
|
||||
#options+=("unzip" "ZIP files" on)
|
||||
#options+=("unrar" "RAR files" off)
|
||||
#options+=("zip" "Compress files" off)
|
||||
#options+=("p7zip" "File Archiver" off)
|
||||
options+=("zip" "ZIP files" on)
|
||||
options+=("unzip" "ZIP files" on)
|
||||
options+=("unrar" "RAR files" on)
|
||||
options+=("p7zip" "File Archiver" on)
|
||||
options+=("dnsutils" "DNS tools (nslookup)" on)
|
||||
options+=("traceroute" "Trace network route" on)
|
||||
options+=("nmap" "Network scanner" off)
|
||||
|
|
Loading…
Reference in a new issue