Write Raspbian to a sd card
Install pv and run:
sudo dd bs=4M if=2019-07-10-raspbian-buster-full.img | pv | sudo dd of=/dev/sde # change dev please
Jeff Smith
Install pv and run:
sudo dd bs=4M if=2019-07-10-raspbian-buster-full.img | pv | sudo dd of=/dev/sde # change dev please