https://github.com/rhino-linux/grub
https://github.com/rhino-linux/grub
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rhino-linux/grub
- Owner: rhino-linux
- License: cc0-1.0
- Created: 2024-12-24T00:21:20.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-24T00:51:57.000Z (5 months ago)
- Last Synced: 2024-12-24T01:35:09.045Z (5 months ago)
- Size: 3.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.