update 2
This commit is contained in:
@@ -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
|
||||
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]
|
||||
@@ -4,4 +4,4 @@ read username
|
||||
echo "Enter your emailadres"
|
||||
read email
|
||||
git config user.name "$username"
|
||||
git config user.email "$email"
|
||||
git config user.email "$email"
|
||||
Reference in New Issue
Block a user