Burn compressed OS image into a SD card
Bash command that uncompress a image and writes it to a device
Last update: 2025-03-03
gunzip -c [YOUR_IMAGE].img.gz | sudo dd of=/dev/sd[YOURDEVICE] bs=4M status=progress
gunzip -c [YOUR_IMAGE].img.gz | sudo dd of=/dev/sd[YOURDEVICE] bs=4M status=progress