Files
land/dotfiles/install-grub.sh
T

8 lines
121 B
Bash
Raw Normal View History

2026-06-01 12:33:20 +03:00
#!/bin/sh
if [ -e /etc/default/grub ]; then
sudo rm /etc/default/grub
fi
install_dotfiles "/" "$DOTFILES_DIR" "grub"