mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Update cli-space-cleanup.sh
This commit is contained in:
parent
22b3a9bfd1
commit
cd0c090658
2
.github/cli-space-cleanup.sh
vendored
2
.github/cli-space-cleanup.sh
vendored
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user