From fc9c930bf0c408ba62adf423c083653c7c573976 Mon Sep 17 00:00:00 2001 From: Kristoffer Richardsson Date: Mon, 2 Oct 2023 16:16:14 +0200 Subject: [PATCH] Added missing arg --- provision-sudo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/provision-sudo.sh b/provision-sudo.sh index 46b3a03..d5f7350 100644 --- a/provision-sudo.sh +++ b/provision-sudo.sh @@ -1,7 +1,7 @@ #!/bin/bash -x # Remove unused packages to keep the size down -apt remove \ +apt remove -y \ thunderbird \ transmission-gtk \ gnome-todo \