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