From da0da0eb132b903c8d7a36a04dfb699ae1feb362 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 10 Dec 2022 19:48:31 -0700 Subject: [PATCH] fix --- debian.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian.sh b/debian.sh index f7d4afa..3c20b23 100755 --- a/debian.sh +++ b/debian.sh @@ -170,6 +170,7 @@ desktop(){ systemctl disable --now cockpit.socket systemctl disable --now redis-server systemctl disable --now postgresql + systemctl disable --now apparmor apt remove firefox-esr -y }