From 7a88f53c3228c2a6794cd0a40720ba42d525b60b Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 14 Jan 2023 09:40:19 -0700 Subject: [PATCH] fix --- debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.sh b/debian.sh index ca06340..120f9f3 100755 --- a/debian.sh +++ b/debian.sh @@ -188,7 +188,7 @@ desktop(){ systemctl disable --now smbd systemctl disable --now rpbind apt -y purge apparmor - apt remove firefox-esr -y + apt remove unattended-upgrades firefox-esr -y apt autoremove -y }