Skip to content

Commit

Permalink
Added missing arg
Browse files Browse the repository at this point in the history
  • Loading branch information
krichardsson committed Oct 2, 2023
1 parent 30d50a8 commit fc9c930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 \
Expand Down

0 comments on commit fc9c930

Please sign in to comment.