Skip to content

Commit

Permalink
Update refind_install_pacman_GUI.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jlobue10 committed Mar 21, 2023
1 parent 5a33260 commit 92feb0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refind_install_pacman_GUI.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
sudo efibootmgr -c -d /dev/nvme0n1 -p 1 -L "SteamOS" -l \\EFI\\steamos\\steamcl.efi
fi
echo 75
echo "# Installing files to /efi partition..."
echo "# Installing files to /esp partition..."
sudo cp -rf /boot/efi/EFI/refind/ /esp/efi
sudo mv /esp/efi/refind/refind.conf /esp/efi/refind/refind-bkp.conf
sudo cp $HOME/.SteamDeck_rEFInd/GUI/refind.conf /esp/efi/refind/refind.conf
Expand Down

0 comments on commit 92feb0c

Please sign in to comment.