From 177988a6cfcc4686c1662c83db9b04b6d07e29af Mon Sep 17 00:00:00 2001 From: Peca Date: Thu, 21 Aug 2025 19:14:02 +0200 Subject: [PATCH] vst-install-debian.sh: replace ntpdate with ntpsec-ntpdate in Debian 13 section, and allow rsyslog setup only for Debian 12 --- install/vst-install-debian.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/vst-install-debian.sh b/install/vst-install-debian.sh index 98887225..0d181ec0 100755 --- a/install/vst-install-debian.sh +++ b/install/vst-install-debian.sh @@ -28,7 +28,7 @@ if [ "$release" -eq 13 ]; then clamav-daemon spamassassin dovecot-imapd dovecot-pop3d roundcube-core roundcube-mysql roundcube-plugins mariadb-server mariadb-common mariadb-client postgresql postgresql-contrib phpmyadmin mc - flex whois git idn zip sudo bc ftp lsof ntpdate rrdtool quota + flex whois git idn zip sudo bc ftp lsof ntpsec-ntpdate rrdtool quota e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils bsdmainutils cron vesta vesta-nginx vesta-php expect libmail-dkim-perl unrar-free vim-common net-tools unzip iptables xxd spamd" @@ -866,7 +866,7 @@ fi echo "=== Enabling daemon autostart" rm -f /usr/sbin/policy-rc.d -if [ "$release" -gt 11 ]; then +if [ "$release" -eq 12 ]; then echo "=== Setting up rsyslog" currentservice='rsyslog' ensure_startup $currentservice