removed debugging

This commit is contained in:
Tyler Mayoff 2025-07-04 22:53:05 -04:00
parent 44a35b583b
commit 5707e39ca9
2 changed files with 3 additions and 2 deletions

View file

@ -21,8 +21,11 @@ paths=(
/opt/az
/opt/pipx
/opt/microsoft
/opt/google
/opt/hostedtoolcache
/etc/skel/.rustup
)
sudo rm -rf "${paths[@]}"
exit 0