DogeyStamp
91c28bdd1e
Updated zsh files, added aliases and scripts Programs list updated to be more OS-agnostic
10 lines
197 B
Bash
Executable File
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
|