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 \