Files
land/dotfiles/install-grub.sh
2026-06-01 12:33:20 +03:00

8 lines
121 B
Bash
Executable File

#!/bin/sh
if [ -e /etc/default/grub ]; then
sudo rm /etc/default/grub
fi
install_dotfiles "/" "$DOTFILES_DIR" "grub"