Skip to content

Commit 3d9fe2b

Browse files
Update hst-install-debian.sh (hestiacp#4824)
Added the command-line utility "at", which is used in several scripts including: bin/v-dump-site bin/v-dump-database bin/v-add-user-sftp-key bin/v-add-database-temp-user bin/v-download-backup bin/v-generate-ssl-cert Not sure why it was missing but if it's not installed these scripts leave files and keys lying around and add vulnerability. "at" is persistent and will remember tasks even after a server reboot.
1 parent c015bd5 commit 3d9fe2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/hst-install-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ mariadb_v="11.4"
4444
node_v="20"
4545

4646
# Defining software pack for all distros
47-
software="acl apache2 apache2-suexec-custom apache2-suexec-pristine apache2-utils awstats bc bind9 bsdmainutils bsdutils
47+
software="acl apache2 apache2-suexec-custom apache2-suexec-pristine apache2-utils at awstats bc bind9 bsdmainutils bsdutils
4848
clamav-daemon cron curl dnsutils dovecot-imapd dovecot-managesieved dovecot-pop3d dovecot-sieve e2fslibs e2fsprogs
4949
exim4 exim4-daemon-heavy expect fail2ban flex ftp git hestia=${HESTIA_INSTALL_VER} hestia-nginx hestia-php hestia-web-terminal
5050
idn2 imagemagick ipset jq libapache2-mod-fcgid libapache2-mod-php$fpm_v libapache2-mpm-itk libmail-dkim-perl lsb-release

0 commit comments

Comments
 (0)