mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-09 20:33:15 -06:00
make apt-say something
This commit is contained in:
parent
7f34f6d6ad
commit
1bf6de3b30
1 changed files with 0 additions and 1 deletions
1
.github/actions/clean-disk/action.yml
vendored
1
.github/actions/clean-disk/action.yml
vendored
|
@ -37,7 +37,6 @@ runs:
|
||||||
if [[ "${{ inputs.purge-packages }}" == 'true' ]]; then
|
if [[ "${{ inputs.purge-packages }}" == 'true' ]]; then
|
||||||
sudo apt-get purge \
|
sudo apt-get purge \
|
||||||
--allow-remove-essential \
|
--allow-remove-essential \
|
||||||
-qq \
|
|
||||||
$(non_manifest_packages) # > /dev/null
|
$(non_manifest_packages) # > /dev/null
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue