bash-stuff/grub-update
2024-05-30 01:42:30 +01:00

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!";