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