Skip to content

Commit 1091b5e

Browse files
committed
[Installer] make sure ssh package is installed
1 parent 90bf494 commit 1091b5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/hst-install-debian.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if [ "$release" -eq 9 ]; then
4444
sudo bc ftp lsof ntpdate rrdtool quota e2fslibs bsdutils e2fsprogs curl
4545
imagemagick fail2ban dnsutils bsdmainutils cron hestia hestia-nginx
4646
hestia-php expect libmail-dkim-perl unrar-free vim-common acl sysstat
47-
rsyslog setpriv ipset libapache2-mod-ruid2"
47+
rsyslog ssh setpriv ipset libapache2-mod-ruid2"
4848
elif [ "$release" -eq 10 ]; then
4949
software="nginx apache2 apache2-utils apache2-suexec-custom
5050
apache2-suexec-pristine libapache2-mod-fcgid libapache2-mod-php$fpm_v
@@ -60,7 +60,7 @@ elif [ "$release" -eq 10 ]; then
6060
phppgadmin mc flex whois git idn zip sudo bc ftp lsof ntpdate rrdtool
6161
quota e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
6262
bsdmainutils cron hestia hestia-nginx hestia-php expect
63-
libmail-dkim-perl unrar-free vim-common acl sysstat rsyslog util-linux
63+
libmail-dkim-perl unrar-free vim-common acl sysstat rsyslog ssh util-linux
6464
ipset libapache2-mpm-itk"
6565
fi
6666

0 commit comments

Comments
 (0)