From d567a9c0f1814f832bbd6b2e0d8506a0e1fbf3f7 Mon Sep 17 00:00:00 2001 From: InoriShio Date: Sun, 8 Sep 2024 16:06:15 +0200 Subject: [PATCH] update 2 --- Grub | 5 ++++- Scripts/git-account.sh | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Grub b/Grub index 0c81781..29c9d86 100644 --- a/Grub +++ b/Grub @@ -7,4 +7,7 @@ sudo nano /etc/default/grub sudo os-prober # Save updated grub config to grub -sudo grub-mkconfig -o /boot/grub/grub.cfg \ No newline at end of file +sudo grub-mkconfig -o /boot/grub/grub.cfg + +# Menu colours +[Source: https://www.gnu.org/software/grub/manual/grub/html_node/Theme-file-format.html] \ No newline at end of file diff --git a/Scripts/git-account.sh b/Scripts/git-account.sh index 37ef9da..8fa76e6 100644 --- a/Scripts/git-account.sh +++ b/Scripts/git-account.sh @@ -4,4 +4,4 @@ read username echo "Enter your emailadres" read email git config user.name "$username" -git config user.email "$email" \ No newline at end of file +git config user.email "$email" \ No newline at end of file