Skip to content

Commit 4bc53a1

Browse files
author
Dmitry Bannik
committed
Added default install "expect" to work for backup sftp
1 parent 4adbef4 commit 4bc53a1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

install/vst-install-debian.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if [ "$release" -eq 8 ]; then
2828
mysql-client postgresql postgresql-contrib phppgadmin phpMyAdmin mc
2929
flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota
3030
e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
31-
bsdmainutils cron vesta vesta-nginx vesta-php"
31+
bsdmainutils cron vesta vesta-nginx vesta-php expect"
3232
else
3333
software="nginx apache2 apache2-utils apache2.2-common
3434
apache2-suexec-custom libapache2-mod-ruid2 libapache2-mod-rpaf
@@ -40,7 +40,7 @@ else
4040
mysql-client postgresql postgresql-contrib phppgadmin phpMyAdmin mc
4141
flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota
4242
e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
43-
bsdmainutils cron vesta vesta-nginx vesta-php"
43+
bsdmainutils cron vesta vesta-nginx vesta-php expect"
4444
fi
4545

4646
# Defining help function

install/vst-install-rhel.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if [ "$release" -eq 7 ]; then
2626
postgresql postgresql-server postgresql-contrib phpPgAdmin e2fsprogs
2727
openssh-clients ImageMagick curl mc screen ftp zip unzip flex sqlite pcre
2828
sudo bc jwhois mailx lsof tar telnet rrdtool net-tools ntp GeoIP freetype
29-
fail2ban rsyslog iptables-services which vesta vesta-nginx vesta-php"
29+
fail2ban rsyslog iptables-services which vesta vesta-nginx vesta-php expect"
3030
else
3131
software="nginx httpd mod_ssl mod_ruid2 mod_fcgid mod_extract_forwarded
3232
php php-common php-cli php-bcmath php-gd php-imap php-mbstring php-mcrypt
@@ -36,7 +36,7 @@ else
3636
postgresql-server postgresql-contrib phpPgAdmin e2fsprogs openssh-clients
3737
ImageMagick curl mc screen ftp zip unzip flex sqlite pcre sudo bc jwhois
3838
mailx lsof tar telnet rrdtool net-tools ntp GeoIP freetype fail2ban
39-
which vesta vesta-nginx vesta-php"
39+
which vesta vesta-nginx vesta-php expect"
4040
fi
4141

4242
# Defining help function

install/vst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ software="nginx apache2 apache2-utils apache2.2-common
2626
mysql-client postgresql postgresql-contrib phppgadmin phpMyAdmin mc
2727
flex whois rssh git idn zip sudo bc ftp lsof ntpdate rrdtool quota
2828
e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
29-
bsdmainutils cron vesta vesta-nginx vesta-php"
29+
bsdmainutils cron vesta vesta-nginx vesta-php expect"
3030

3131
# Defining help function
3232
help() {

0 commit comments

Comments
 (0)