mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 10:37:39 -07:00
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
This commit is contained in:
parent
310a379705
commit
d37ef80bf4
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ if [ "$release" -eq 8 ]; then
|
|||
mysql-client postgresql postgresql-contrib phppgadmin phpMyAdmin mc
|
||||
flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota
|
||||
e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
|
||||
bsdmainutils cron vesta vesta-nginx vesta-php expect libmail-dkim-perl"
|
||||
bsdmainutils cron vesta vesta-nginx vesta-php expect libmail-dkim-perl unrar"
|
||||
else
|
||||
software="nginx apache2 apache2-utils apache2.2-common
|
||||
apache2-suexec-custom libapache2-mod-ruid2
|
||||
|
@ -41,7 +41,7 @@ else
|
|||
mysql-client postgresql postgresql-contrib phppgadmin phpMyAdmin mc
|
||||
flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota
|
||||
e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
|
||||
bsdmainutils cron vesta vesta-nginx vesta-php expect"
|
||||
bsdmainutils cron vesta vesta-nginx vesta-php expect unrar"
|
||||
fi
|
||||
|
||||
# Defining help function
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue