Skip to content

Commit

Permalink
Merge pull request #47 from Capstone-Projects-2024-Spring/BP-XX-SD-Ca…
Browse files Browse the repository at this point in the history
…rd-Script

Add script to set up SD card with Arch Linux ARM
  • Loading branch information
tuk05348 committed Mar 11, 2024
2 parents b4745cc + 240890b commit efb863e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/arch_linux_arm.sh
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 efb863e

Please sign in to comment.