Skip to content

Commit

Permalink
Update base OS to ubuntu 24.04.1
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienPatte committed Sep 3, 2024
1 parent 227c55e commit 9b2c31a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ umount:
@sudo rmdir /media/${USER}/system-boot /media/${USER}/writable

flash:
@sudo dd if=bootstrap/ubuntu-24.04-preinstalled-server-arm64+raspi.img of=/dev/sdc bs=4M conv=fsync status=progress
@sudo dd if=bootstrap/ubuntu-24.04.1-preinstalled-server-arm64+raspi.img of=/dev/sdc bs=4M conv=fsync status=progress
@notify-send "Flash complete"

configure: mount
Expand Down

0 comments on commit 9b2c31a

Please sign in to comment.