diff --git a/disk_cleanup.sh b/disk_cleanup.sh index fa8967db..33e0f558 100755 --- a/disk_cleanup.sh +++ b/disk_cleanup.sh @@ -14,4 +14,7 @@ sudo rm -rf /usr/share/dotnet # Haskell の削除 sudo rm -rf /opt/ghc +# Android SDK の削除 +sudo rm -rf /usr/local/lib/android + df -h