diff options
author | xengineering <mail2xengineering@protonmail.com> | 2019-09-23 21:25:25 +0200 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2019-09-23 21:25:25 +0200 |
commit | 45ecf79c4198fcb8399b36bf695b535d35854cca (patch) | |
tree | ed1e29749ecbca9dc94ef8776b0cce5f3f4d75a9 /bin/install_bootloader.sh | |
parent | 1c2a083eda484a53660d5f1394e7a4eed77389e8 (diff) | |
download | archinstall-45ecf79c4198fcb8399b36bf695b535d35854cca.tar archinstall-45ecf79c4198fcb8399b36bf695b535d35854cca.tar.zst archinstall-45ecf79c4198fcb8399b36bf695b535d35854cca.zip |
Some small changes.
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 - |