Skip to content

Commit

Permalink
Add /dev/ path to fdisk command
Browse files Browse the repository at this point in the history
  • Loading branch information
Snarr committed Mar 5, 2024
1 parent a6c4ba7 commit 240890b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/arch_linux_arm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ SDX=$1
echo ""
echo ""
echo w
) | sudo fdisk $SDX
) | fdisk /dev/$SDX

mkfs.vfat "/dev/${SDX}1"
rmdir boot
Expand Down

0 comments on commit 240890b

Please sign in to comment.