This commit is contained in:
2024-09-08 16:06:15 +02:00
parent 070f375a05
commit d567a9c0f1
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -7,4 +7,7 @@ sudo nano /etc/default/grub
sudo os-prober sudo os-prober
# Save updated grub config to grub # Save updated grub config to grub
sudo grub-mkconfig -o /boot/grub/grub.cfg 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]
+1 -1
View File
@@ -4,4 +4,4 @@ read username
echo "Enter your emailadres" echo "Enter your emailadres"
read email read email
git config user.name "$username" git config user.name "$username"
git config user.email "$email" git config user.email "$email"