From 82e1bdd589385592823610a6a978244039c73563 Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 28 Aug 2023 01:06:14 -0700 Subject: [PATCH] Typo fix Signed-off-by: Tommy --- Ubuntu-22.04-Desktop.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Ubuntu-22.04-Desktop.sh b/Ubuntu-22.04-Desktop.sh index a8891a8..5841135 100644 --- a/Ubuntu-22.04-Desktop.sh +++ b/Ubuntu-22.04-Desktop.sh @@ -9,7 +9,7 @@ sudo apt update -y sudo apt full-upgrade -y sudo apt install -y usg sudo apt autoremove -y -sudo usg fix cis_level2_server +sudo usg fix cis_level2_workstation # Remove AIDE sudo apt purge -y aide* @@ -115,4 +115,4 @@ sudo systemctl restart NetworkManager # Enable fstrim.timer sudo apt install tuned -y -sudo systemctl enable --now fstrim.timer \ No newline at end of file +sudo systemctl enable --now fstrim.timer