Skip to content

Commit d37ef80

Browse files
authored
Add unrar
This is need for v-extract-fs-archive, unrar is available in debian but not in centos. Maybe is better idea not support unrar because not is available in all OS
1 parent 310a379 commit d37ef80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/vst-install-debian.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if [ "$release" -eq 8 ]; then
2929
mysql-client postgresql postgresql-contrib phppgadmin phpMyAdmin mc
3030
flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota
3131
e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
32-
bsdmainutils cron vesta vesta-nginx vesta-php expect libmail-dkim-perl"
32+
bsdmainutils cron vesta vesta-nginx vesta-php expect libmail-dkim-perl unrar"
3333
else
3434
software="nginx apache2 apache2-utils apache2.2-common
3535
apache2-suexec-custom libapache2-mod-ruid2
@@ -41,7 +41,7 @@ else
4141
mysql-client postgresql postgresql-contrib phppgadmin phpMyAdmin mc
4242
flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota
4343
e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
44-
bsdmainutils cron vesta vesta-nginx vesta-php expect"
44+
bsdmainutils cron vesta vesta-nginx vesta-php expect unrar"
4545
fi
4646

4747
# Defining help function

0 commit comments

Comments
 (0)