dots/.local/bin/update-grub
DogeyStamp 91c28bdd1e
General overhaul
Updated zsh files, added aliases and scripts
Programs list updated to be more OS-agnostic
2021-10-02 11:21:15 -04:00

10 lines
197 B
Bash
Executable File

#!/bin/sh
# Regenerate grub config
grub-mkconfig -o /boot/grub/grub.cfg
# I don't mount the efi partition normally.
mount /dev/nvme0n1p1 /boot/efi
grub-mkconfig -o /boot/efi/EFI/gentoo/grub.cfg