Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add bash syntax, remove half a line. Important stuff that is done on this, yes yes
  • Loading branch information
Lxtharia authored May 24, 2024
1 parent ee0acca commit f9b592b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Yea, its possible, and its fun
- Check them out here for more instructions: [minegrub-theme](https://github.com/Lxtharia/minegrub-theme) and [minegrub-world-sel-theme](https://github.com/Lxtharia/minegrub-world-sel-theme)

- Set the **world-selection** theme in `/etc/default/grub` and other trivial stuff
```
```bash
GRUB_TIMEOUT_STYLE=menu
...
GRUB_THEME=/boot/grub/themes/minegrub-world-selection/theme.txt
Expand All @@ -47,12 +47,12 @@ Yea, its possible, and its fun
sudo cp ./05_twomenus /etc/grub.d/
chmod +x /etc/grub.d/05_twomenus
```
- regenerate the grub.cfg and set the env variable
```
- regenerate the grub.cfg
```bash
sudo grub-mkconfig -o /boot/grub/grub.cfg
```
- to **enable** it, you need to set
```
- to **enable** it, you need to set a grub environmental variable:
```bash
sudo grub-editenv - set config_file=mainmenu.cfg
```
- Done!
Expand Down

0 comments on commit f9b592b

Please sign in to comment.