mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -07:00
unzip in debian installer
This commit is contained in:
parent
dbd028adc8
commit
80730aafa4
1 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ if [ "$release" -eq 9 ]; then
|
||||||
flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota
|
flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota
|
||||||
e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
|
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-free vim-common vesta-ioncube vesta-softaculous net-tools"
|
unrar-free vim-common vesta-ioncube vesta-softaculous net-tools unzip"
|
||||||
elif [ "$release" -eq 8 ]; then
|
elif [ "$release" -eq 8 ]; then
|
||||||
software="nginx apache2 apache2-utils apache2.2-common
|
software="nginx apache2 apache2-utils apache2.2-common
|
||||||
apache2-suexec-custom libapache2-mod-ruid2
|
apache2-suexec-custom libapache2-mod-ruid2
|
||||||
|
@ -42,7 +42,7 @@ elif [ "$release" -eq 8 ]; then
|
||||||
flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota
|
flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota
|
||||||
e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
|
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-free vim-common vesta-ioncube vesta-softaculous net-tools"
|
unrar-free vim-common vesta-ioncube vesta-softaculous net-tools unzip"
|
||||||
else
|
else
|
||||||
software="nginx apache2 apache2-utils apache2.2-common
|
software="nginx apache2 apache2-utils apache2.2-common
|
||||||
apache2-suexec-custom libapache2-mod-ruid2
|
apache2-suexec-custom libapache2-mod-ruid2
|
||||||
|
@ -55,7 +55,7 @@ else
|
||||||
flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota
|
flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota
|
||||||
e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
|
e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
|
||||||
bsdmainutils cron vesta vesta-nginx vesta-php expect unrar-free
|
bsdmainutils cron vesta vesta-nginx vesta-php expect unrar-free
|
||||||
vim-common vesta-ioncube vesta-softaculous net-tools"
|
vim-common vesta-ioncube vesta-softaculous net-tools unzip"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Defining help function
|
# Defining help function
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue