1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-11-09 03:31:33 -05:00
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-08-28 01:06:14 -07:00 committed by GitHub
parent e8aaefa984
commit 82e1bdd589
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ sudo apt update -y
sudo apt full-upgrade -y sudo apt full-upgrade -y
sudo apt install -y usg sudo apt install -y usg
sudo apt autoremove -y sudo apt autoremove -y
sudo usg fix cis_level2_server sudo usg fix cis_level2_workstation
# Remove AIDE # Remove AIDE
sudo apt purge -y aide* sudo apt purge -y aide*
@ -115,4 +115,4 @@ sudo systemctl restart NetworkManager
# Enable fstrim.timer # Enable fstrim.timer
sudo apt install tuned -y sudo apt install tuned -y
sudo systemctl enable --now fstrim.timer sudo systemctl enable --now fstrim.timer