mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 22:04:01 -07:00
vst-install-debian.sh: replace ntpdate with ntpsec-ntpdate in Debian 13 section, and allow rsyslog setup only for Debian 12
This commit is contained in:
parent
5ea346a345
commit
177988a6cf
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ if [ "$release" -eq 13 ]; then
|
||||||
clamav-daemon spamassassin dovecot-imapd dovecot-pop3d roundcube-core
|
clamav-daemon spamassassin dovecot-imapd dovecot-pop3d roundcube-core
|
||||||
roundcube-mysql roundcube-plugins mariadb-server mariadb-common
|
roundcube-mysql roundcube-plugins mariadb-server mariadb-common
|
||||||
mariadb-client postgresql postgresql-contrib phpmyadmin mc
|
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
|
e2fslibs bsdutils e2fsprogs curl imagemagick fail2ban dnsutils
|
||||||
bsdmainutils cron vesta vesta-nginx vesta-php expect libmail-dkim-perl
|
bsdmainutils cron vesta vesta-nginx vesta-php expect libmail-dkim-perl
|
||||||
unrar-free vim-common net-tools unzip iptables xxd spamd"
|
unrar-free vim-common net-tools unzip iptables xxd spamd"
|
||||||
|
@ -866,7 +866,7 @@ fi
|
||||||
echo "=== Enabling daemon autostart"
|
echo "=== Enabling daemon autostart"
|
||||||
rm -f /usr/sbin/policy-rc.d
|
rm -f /usr/sbin/policy-rc.d
|
||||||
|
|
||||||
if [ "$release" -gt 11 ]; then
|
if [ "$release" -eq 12 ]; then
|
||||||
echo "=== Setting up rsyslog"
|
echo "=== Setting up rsyslog"
|
||||||
currentservice='rsyslog'
|
currentservice='rsyslog'
|
||||||
ensure_startup $currentservice
|
ensure_startup $currentservice
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue