File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -148,9 +148,11 @@ function configure_grub_bootloader() {
148148 if (neofetch | grep -i Pop\! _OS); then
149149 sudo cp /boot/grub/x86_64-efi/grub.efi /boot/efi/EFI/pop/grubx64.efi
150150 echo " 1) Click on the File tab > Change Environment... " > ~/" $CONFIG_FOLDER " /grub.txt
151- echo " 2) Where is OUTPUT_FILE: '/boot/grub/grub.cfg' Switch to: " >> ~/" $CONFIG_FOLDER " /grub.txt
152- echo " /boot/efi/EFI/pop/grub.cfg" >> ~/" $CONFIG_FOLDER " /grub.txt
153- echo " 3) Then check [X] Save this setting > Apply\!" >> ~/" $CONFIG_FOLDER " /grub.txt
151+ {
152+ echo " 2) Where is OUTPUT_FILE: '/boot/grub/grub.cfg' Switch to: "
153+ echo " /boot/efi/EFI/pop/grub.cfg"
154+ echo " 3) Then check [X] Save this setting > Apply\!"
155+ } >> ~/" $CONFIG_FOLDER " /grub.txt
154156
155157 cat ~ /" $CONFIG_FOLDER " /grub.txt
156158 sudo grub-customizer
You can’t perform that action at this time.
0 commit comments