An open API service indexing awesome lists of open source software.

https://github.com/rhino-linux/grub


https://github.com/rhino-linux/grub

Last synced: 13 days ago
JSON representation

Awesome Lists containing this project

README

        

## Installation

```bash
git clone https://github.com/rhino-linux/grub.git rhino-grub
sudo mkdir -p /usr/share/grub/themes/rhino
sudo cp -r rhino-grub/* /usr/share/grub/themes/rhino
```

Then, add this line to `/etc/default/grub`:
```
GRUB_THEME=/usr/share/grub/themes/rhino/theme.txt
```

And finally run `sudo update-grub`.