Add lzop in generic/compression-tools
This commit is contained in:
parent
d21f50c145
commit
f7e5a78c5e
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ options+=("zip" "ZIP files" on)
|
|||
options+=("unzip" "ZIP files" on)
|
||||
options+=("unrar" "RAR files" on)
|
||||
options+=("p7zip" "File Archiver" on)
|
||||
options+=("lzop" "LZO Compressor" on)
|
||||
|
||||
sel=$(whiptail --backtitle "$apptitle" --title "Console Compression Tools :" --checklist "" --cancel-button "Back" 0 0 0 \
|
||||
"${options[@]}" \
|
||||
|
|
Loading…
Reference in a new issue