Skip to content

Commit 47748e0

Browse files
committed
small NVMe fix
1 parent c3a9e9c commit 47748e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SD/Pi-FlashUSB.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ elif [ "$DEVICE" = "nvme0n1" ]; then
5151
BOOT_ORDER=0xf61
5252

5353
# Create a temporary configuration file
54-
echo -e "[all]\nBOOT_ORDER=${BOOT_ORDER}" > /tmp/boot.conf
54+
echo "[all]\nBOOT_ORDER=${BOOT_ORDER}" > /tmp/boot.conf
5555

5656
# Apply the configuration using the rpi-eeprom-config tool
5757
sudo rpi-eeprom-config --apply /tmp/boot.conf

0 commit comments

Comments
 (0)