Просмотр исходного кода

[Installer] make sure ssh package is installed

Robert Zollner 5 лет назад
Родитель
Сommit
1091b5e685
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      install/hst-install-debian.sh

+ 2 - 2
install/hst-install-debian.sh

@@ -44,7 +44,7 @@ if [ "$release" -eq 9 ]; then
         sudo bc ftp lsof ntpdate rrdtool quota e2fslibs bsdutils e2fsprogs curl
         sudo bc ftp lsof ntpdate rrdtool quota e2fslibs bsdutils e2fsprogs curl
         imagemagick fail2ban dnsutils bsdmainutils cron hestia hestia-nginx
         imagemagick fail2ban dnsutils bsdmainutils cron hestia hestia-nginx
         hestia-php expect libmail-dkim-perl unrar-free vim-common acl sysstat
         hestia-php expect libmail-dkim-perl unrar-free vim-common acl sysstat
-        rsyslog setpriv ipset libapache2-mod-ruid2"
+        rsyslog ssh setpriv ipset libapache2-mod-ruid2"
 elif [ "$release" -eq 10 ]; then
 elif [ "$release" -eq 10 ]; then
     software="nginx apache2 apache2-utils apache2-suexec-custom
     software="nginx apache2 apache2-utils apache2-suexec-custom
         apache2-suexec-pristine libapache2-mod-fcgid libapache2-mod-php$fpm_v
         apache2-suexec-pristine libapache2-mod-fcgid libapache2-mod-php$fpm_v
@@ -60,7 +60,7 @@ elif [ "$release" -eq 10 ]; then
         phppgadmin mc flex whois git idn zip sudo bc ftp lsof ntpdate rrdtool
         phppgadmin mc flex whois git idn zip sudo bc ftp lsof ntpdate rrdtool
         quota e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
         quota e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
         bsdmainutils cron hestia hestia-nginx hestia-php expect
         bsdmainutils cron hestia hestia-nginx hestia-php expect
-        libmail-dkim-perl unrar-free vim-common acl sysstat rsyslog util-linux
+        libmail-dkim-perl unrar-free vim-common acl sysstat rsyslog ssh util-linux
         ipset libapache2-mpm-itk"
         ipset libapache2-mpm-itk"
 fi
 fi