We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f167c commit ad66829Copy full SHA for ad66829
.github/cleanup-rootfs.sh
@@ -4,7 +4,7 @@
4
# while the process moves forward (for apt we'll need to wait for it to finish
5
# before we install dependencies later on, but it'll only give us a 1-3GBs so
6
# we can skip it.
7
-WAIT=0 # Set to 1 if you want to wait for the cleanup to finish before proceeding.
+WAIT=1 # Set to 1 if you want to wait for the cleanup to finish before proceeding.
8
9
PACKAGES=(
10
"firefox"
0 commit comments