Remove homebrew from packages to remove

This commit is contained in:
Luke Parker 2023-10-11 01:19:04 -04:00
parent 7492adc473
commit 3261fde853
No known key found for this signature in database

View file

@ -23,7 +23,7 @@ runs:
- name: Remove unused packages
shell: bash
run: |
sudo apt remove -y *msbuild* *powershell* *nuget* *homebrew* *bazel* *ansible* *terraform* *heroku* *aws* *azure*
sudo apt remove -y *msbuild* *powershell* *nuget* *bazel* *ansible* *terraform* *heroku* *aws* *azure*
sudo apt remove -y *nvm* *nodejs* *npm* *yarn* *java* *kotlin* *go* *swift* *julia* *fortran* *android*
sudo apt remove -y *apache2* *nginx* *firefox* *chromium* *chrome* *edge*
sudo apt remove -y *qemu* *sql* *texinfo* *imagemagick*