Skip to content

Commit 2d3038e

Browse files
authored
Merge pull request hestiacp#1039 from Skamasle/patch-11
Add unrar
2 parents b370cbf + d37ef80 commit 2d3038e

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)