We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3a9e9c commit 47748e0Copy full SHA for 47748e0
SD/Pi-FlashUSB.sh
@@ -51,7 +51,7 @@ elif [ "$DEVICE" = "nvme0n1" ]; then
51
BOOT_ORDER=0xf61
52
53
# Create a temporary configuration file
54
- echo -e "[all]\nBOOT_ORDER=${BOOT_ORDER}" > /tmp/boot.conf
+ echo "[all]\nBOOT_ORDER=${BOOT_ORDER}" > /tmp/boot.conf
55
56
# Apply the configuration using the rpi-eeprom-config tool
57
sudo rpi-eeprom-config --apply /tmp/boot.conf
0 commit comments