mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
added more for removal
This commit is contained in:
parent
e23efc0d85
commit
04dc72791f
2 changed files with 5 additions and 2 deletions
3
.github/actions/disk_space/clean.sh
vendored
3
.github/actions/disk_space/clean.sh
vendored
|
|
@ -10,14 +10,17 @@ paths=(
|
|||
/usr/lib/jvm
|
||||
/usr/lib/llvm-*
|
||||
/usr/lib/google-cloud-sdk
|
||||
/usr/lib/dotnet
|
||||
/usr/local/.ghcup
|
||||
/usr/local/share/chromium
|
||||
/usr/local/lib/android
|
||||
/usr/local/julia1.11.5
|
||||
/opt/ghc
|
||||
/opt/az
|
||||
/opt/pipx
|
||||
/opt/microsoft
|
||||
/opt/hostedtoolcache
|
||||
/etc/skel/.rustup
|
||||
)
|
||||
|
||||
sudo rm -rf "${paths[@]}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue