Images 💾

Last commit ⭐

commit ee129a3c7d84f5cb7907b5564639ca4cc35a7004
Author:     Nico Weber <thakis@chromium.org>
AuthorDate: Mon Jul 1 13:57:11 2024 +0200
Commit:     Daniel Bertalan <dani@danielbertalan.dev>
CommitDate: Mon Jul 1 23:26:18 2024 +0200

    Meta: Make disk_usage() not depend on GNU du
    
    BSD `du` can also print apparent size, it just needs a different flag.
    
    Makes `serenity.sh run` get a bit farther trying to build the disk
    image on macOS without brew installed. No intended behavior change
    elsewhere.