diff --git a/create-sd-media-launcher-macos.sh b/create-sd-media-launcher-macos.sh index a4d1d94..9f4fd84 100644 --- a/create-sd-media-launcher-macos.sh +++ b/create-sd-media-launcher-macos.sh @@ -68,7 +68,8 @@ diskutil unmountDisk $my_disk sudo newfs_msdos -F 16 -v GCBOOT $my_disk diskutil mount $my_disk -rsync ~/Downloads/GCBOOT/ /Volumes/GCBOOT/ +rsync -av ~/Downloads/GCBOOT/ /Volumes/GCBOOT/ diskutil unmount $my_disk -echo "Done!" \ No newline at end of file +echo '' +echo 'Done!' \ No newline at end of file