Skip to content

Commit e4beab4

Browse files
authored
Debian installer: changed 'unrar' package to 'unrar-free'
1 parent 5965b5a commit e4beab4

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 unrar"
32+
bsdmainutils cron vesta vesta-nginx vesta-php expect libmail-dkim-perl unrar-free"
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 unrar"
44+
bsdmainutils cron vesta vesta-nginx vesta-php expect unrar-free"
4545
fi
4646

4747
# Defining help function

0 commit comments

Comments
 (0)