bash-stuff/grub-update

7 lines
151 B
Bash

#!/bin/bash
echo "[+] Updating Grub...";
update-grub;
/usr/share/ubuntu-system-adjustments/systemd/start;
sign-boot;
echo "[*] Grub Update Complete!";