bash-stuff/grub-update

7 lines
177 B
Plaintext
Raw Normal View History

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