Skip to content

Commit fc9c930

Browse files
committed
Added missing arg
1 parent 30d50a8 commit fc9c930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provision-sudo.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash -x
22

33
# Remove unused packages to keep the size down
4-
apt remove \
4+
apt remove -y \
55
thunderbird \
66
transmission-gtk \
77
gnome-todo \

0 commit comments

Comments
 (0)