Update cli-space-cleanup.sh

This commit is contained in:
Jordan Carlin 2024-07-17 00:59:51 -07:00
parent 22b3a9bfd1
commit cd0c090658
No known key found for this signature in database

View File

@ -1,5 +1,3 @@
#!/bin/bash
removePacks=( '^llvm-.*' 'php.*' '^mongodb-.*' '^mysql-.*' '^dotnet-sdk-.*' 'azure-cli' 'google-cloud-cli' 'google-chrome-stable' 'firefox' 'powershell*' 'microsoft-edge-stable' 'mono-devel' )
for pack in "${removePacks[@]}"; do
echo "REMOVING ${pack}"