Build: install-usb now prints write size correctly in MiB

This commit is contained in:
Bananymous 2023-03-07 18:51:36 +02:00
parent 42c33ebfb3
commit b4ce438ca7
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@ set -e
SIZE=$(stat -c '%s' banan-os.img | numfmt --to=iec)
echo Writing ${SIZE}B
echo Writing ${SIZE}iB
sudo dd if=banan-os.img of=/dev/sda status=progress