mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 06:03:15 -06:00
make sudo even quieter
This commit is contained in:
parent
7f2a9e86a7
commit
0de625b08b
1 changed files with 1 additions and 1 deletions
2
.github/actions/clean-disk/action.yml
vendored
2
.github/actions/clean-disk/action.yml
vendored
|
@ -40,7 +40,7 @@ runs:
|
|||
if [[ "${{ inputs.purge-packages }}" == 'true' ]]; then
|
||||
sudo apt-get purge \
|
||||
--allow-remove-essential \
|
||||
-q \
|
||||
-qq \
|
||||
$(non_manifest_packages) &
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue