Skip to content

Commit

Permalink
Update box-install
Browse files Browse the repository at this point in the history
  • Loading branch information
eball authored Oct 21, 2024
1 parent aabc0b2 commit 2605363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions supportFiles/box-install
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ if [[ -z $image ]]; then
exit -1
fi

dd if=$image of=/dev/nvme0n1 status=progress; sync
dd if=$image of=/dev/nvme0n1 status=progress bs=4096; sync

echo "install success"
echo "install success"

0 comments on commit 2605363

Please sign in to comment.