bash-stuff/grub-update

7 lines
151 B
Plaintext
Raw Normal View History

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