Skip to content

Commit c015bd5

Browse files
Update hst-install-ubuntu.sh (hestiacp#4825)
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 404ee79 commit c015bd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/hst-install-ubuntu.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.2-common apache2-suexec-custom apache2-utils apparmor-utils awstats bc bind9 bsdmainutils bsdutils
47+
software="acl apache2 apache2.2-common apache2-suexec-custom apache2-utils apparmor-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-mod-rpaf libonig5 libzip4 lsb-release

0 commit comments

Comments
 (0)