Browse Source

Add rar to check

master
Gustavo Adolfo Mesa Roldán 3 years ago
parent
commit
6b11a6f6e5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lch

+ 1
- 1
lch View File

@ -112,7 +112,7 @@ function check()
echo -e "Verification of compression systems:\n"
echo -e "Systems\t\t\tStatus"
echo "----------------------------------"
for i in "tar" "bzip2" "gzip" "zip" "7za"
for i in "rar" "unrar" "tar" "bzip2" "gzip" "zip" "7za"
do
if ! [ -x "$(command -v $i)" ]
then


Loading…
Cancel
Save