Skip to content

Commit

Permalink
Update functions.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterSuh-Q3 authored Aug 31, 2024
1 parent 36c712a commit 97203a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2402,7 +2402,7 @@ st "frienddownload" "Friend downloading" "TCRP friend copied to /mnt/${loaderdis
tcrpentry_juniorsata | sudo tee --append /tmp/grub.cfg
else
echo "Creating tinycore Jot entry"
echo "$(head -n 10 /tmp/tempentry.txt | sed 's/with USB boot/with USB\/SATA boot/g')" | sudo tee --append /tmp/grub.cfg
echo "$(head -n 10 /tmp/tempentry.txt | sed 's/USB/USB\/SATA/g')" | sudo tee --append /tmp/grub.cfg
fi

cd /home/tc/redpill-load
Expand Down

0 comments on commit 97203a0

Please sign in to comment.