Skip to content

Commit 70d0ca8

Browse files
author
Serghey Rodin
committed
added vim-common for LE account registration support
1 parent f4366a7 commit 70d0ca8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

install/vst-install-rhel.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ if [ "$release" -eq 7 ]; then
2727
postgresql postgresql-server postgresql-contrib phpPgAdmin e2fsprogs
2828
openssh-clients ImageMagick curl mc screen ftp zip unzip flex sqlite pcre
2929
sudo bc jwhois mailx lsof tar telnet rrdtool net-tools ntp GeoIP freetype
30-
fail2ban rsyslog iptables-services which vesta vesta-nginx vesta-php expect"
30+
fail2ban rsyslog iptables-services which vesta vesta-nginx vesta-php
31+
vim-common expect"
3132
else
3233
software="nginx httpd mod_ssl mod_ruid2 mod_fcgid mod_extract_forwarded
3334
php php-common php-cli php-bcmath php-gd php-imap php-mbstring php-mcrypt
@@ -37,7 +38,7 @@ else
3738
postgresql-server postgresql-contrib phpPgAdmin e2fsprogs openssh-clients
3839
ImageMagick curl mc screen ftp zip unzip flex sqlite pcre sudo bc jwhois
3940
mailx lsof tar telnet rrdtool net-tools ntp GeoIP freetype fail2ban
40-
which vesta vesta-nginx vesta-php expect"
41+
which vesta vesta-nginx vesta-php vim-common expect"
4142
fi
4243

4344
# Defining help function

0 commit comments

Comments
 (0)