mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-04-06 06:43:53 +08:00
9 lines
169 B
Bash
Executable File
9 lines
169 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
# sudo apt install ncdu
|
|
|
|
sudo mount build/system.img build/agnos-rootfs
|
|
sudo ncdu build/agnos-rootfs/ || true
|
|
sudo umount build/agnos-rootfs
|