mirror of
https://github.com/serai-dex/serai.git
synced 2025-03-12 09:26:51 +00:00
Remove homebrew from packages to remove
This commit is contained in:
parent
7492adc473
commit
3261fde853
1 changed files with 1 additions and 1 deletions
|
@ -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*
|
||||
|
|
Loading…
Reference in a new issue