Line Breaks

This commit is contained in:
grohan47 2022-08-25 21:07:37 +05:30 committed by GitHub
parent ed37fe13d6
commit 42ea57dd76
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -325,7 +325,7 @@ Ctrl+O to save, Ctrl+X to exit
#### Update Grub config #### Update Grub config
You'll need to tell GRUB to update its configuration in order to include the new theme. You'll need to tell GRUB to update its configuration in order to include the new theme. <br>
##### Ubuntu and Debian-based systems: ##### Ubuntu and Debian-based systems:
@ -333,7 +333,7 @@ You'll need to tell GRUB to update its configuration in order to include the new
```shell ```shell
sudo update-grub sudo update-grub
``` ```
<br>
##### Fedora and RHEL-based distros: ##### Fedora and RHEL-based distros:
```shell ```shell
@ -345,7 +345,7 @@ OR
```shell ```shell
sudo grub2-mkconfig -o /etc/grub2-efi.cfg #For UEFI systems sudo grub2-mkconfig -o /etc/grub2-efi.cfg #For UEFI systems
``` ```
<br>
##### Arch & others: ##### Arch & others:
@ -357,7 +357,6 @@ or
```shell ```shell
sudo grub2-mkconfig -o <GRUB Location>/grub.cfg sudo grub2-mkconfig -o <GRUB Location>/grub.cfg
``` ```
#### Note: #### Note:
- Commands tested on: ***(Please add your distro here)*** - Commands tested on: ***(Please add your distro here)***