mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-21 03:02:09 +00:00
removed unneeded sudo
This commit is contained in:
parent
dff698425d
commit
b4154ad1bd
@ -14,7 +14,7 @@ fi
|
|||||||
cp sync-fail2ban /etc/cron.daily/sync-fail2ban
|
cp sync-fail2ban /etc/cron.daily/sync-fail2ban
|
||||||
chmod a+x /etc/cron.daily/sync-fail2ban
|
chmod a+x /etc/cron.daily/sync-fail2ban
|
||||||
time /etc/cron.daily/sync-fail2ban
|
time /etc/cron.daily/sync-fail2ban
|
||||||
echo iptables-persistent iptables-persistent/autosave_v4 boolean true | sudo debconf-set-selections
|
echo iptables-persistent iptables-persistent/autosave_v4 boolean true | debconf-set-selections
|
||||||
echo iptables-persistent iptables-persistent/autosave_v6 boolean true | sudo debconf-set-selections
|
echo iptables-persistent iptables-persistent/autosave_v6 boolean true | debconf-set-selections
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y iptables-persistent
|
apt-get install -y iptables-persistent
|
||||||
|
Loading…
Reference in New Issue
Block a user