Skip to content

Commit

Permalink
update bytesize
Browse files Browse the repository at this point in the history
  • Loading branch information
demonkillerr committed Apr 14, 2023
1 parent ddceae5 commit 76668c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootableusb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ umount /dev/sdb*

sudo mkfs.ext4 /dev/sdb

sudo dd if=out/tcetlinux-$(date +%Y.%m.%d).iso of=/dev/sdb status=progress bs-2048
sudo dd if=out/tcetlinux-$(date +%Y.%m.%d)-x86_64.iso of=/dev/sdb status=progress bs=2048

0 comments on commit 76668c6

Please sign in to comment.