1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-18 21:24:43 -04:00

Comment out the AIDE line

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-12-26 03:12:16 -07:00 committed by GitHub
parent e04bc90905
commit 499b187570
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ sudo apt install -y curl
chmod 700 /home/*
# Remove AIDE
sudo apt purge -y aide*
#sudo apt purge -y aide*
# Setup NTS
sudo systemctl disable --now systemd-timesyncd
@ -208,4 +208,4 @@ sudo systemctl daemon-reload
sudo systemctl restart unbound
sudo systemctl disable systemd-resolved
sudo reboot
sudo reboot