We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6a57a6 commit bd29361Copy full SHA for bd29361
1 file changed
install/vst-install-debian.sh
@@ -16,7 +16,7 @@ software="nginx apache2 apache2-utils apache2.2-common apache2-suexec-custom
16
php5-curl libapache2-mod-php5 vsftpd mc exim4 exim4-daemon-heavy
17
clamav-daemon flex dovecot-imapd dovecot-pop3d phpMyAdmin awstats
18
webalizer jwhois rssh git spamassassin roundcube roundcube-mysql
19
- roundcube-plugins apparmor-utils sudo bc ftp lsof ntpdate rrdtool
+ roundcube-plugins sudo bc ftp lsof ntpdate rrdtool
20
dnsutils vesta vesta-nginx vesta-php"
21
22
help() {
@@ -404,7 +404,7 @@ sed -i "s/rdAuthentication no/rdAuthentication yes/g" /etc/ssh/sshd_config
404
service ssh restart
405
406
# AppArmor
407
-aa-complain /usr/sbin/named
+#aa-complain /usr/sbin/named
408
409
# Disable awstats cron
410
rm -f /etc/cron.d/awstats
0 commit comments