diff options
Diffstat (limited to 'bin/install_bootloader.sh')
-rw-r--r-- | bin/install_bootloader.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/install_bootloader.sh b/bin/install_bootloader.sh index ccb2173..2f19ca3 100644 --- a/bin/install_bootloader.sh +++ b/bin/install_bootloader.sh @@ -18,6 +18,11 @@ # along with this program. If not, see <https://www.gnu.org/licenses/>. +########################### +# install_bootloader.sh # +########################### + + # Install Grub pacman --noconfirm -Syu grub efibootmgr @@ -32,4 +37,3 @@ sleep 1 echo "Leaving chroot environment - OK" echo "" sleep 1 - |