only wait if purging

This commit is contained in:
Daylin Morgan 2024-07-10 13:06:13 -05:00
parent b01dfd1da0
commit 2c339c04ba
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -42,9 +42,9 @@ runs:
--allow-remove-essential \
-qq \
$(non_manifest_packages) > /dev/null &
wait
fi
wait
sudo rm -rf /var/lib/docker &
sudo rm -rf /usr/{local,share} &