mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-09 00:32:04 +08:00
915ff5eb09
* update bash shebang for better compatibility including macOS * re-build
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
|