bash-stuff/local-sbin/grub-update
Captain ALM a469c7b298
Reorganise files.
Add makefile.machine for p7zip
2024-06-12 15:05:03 +01:00

7 lines
177 B
Bash

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