https://github.com/robloach/ubuntu-mate
GRUB2 Theme for Ubuntu MATE
https://github.com/robloach/ubuntu-mate
grub grub-theme grub2 grub2-theme ubuntu-mate
Last synced: 15 days ago
JSON representation
GRUB2 Theme for Ubuntu MATE
- Host: GitHub
- URL: https://github.com/robloach/ubuntu-mate
- Owner: RobLoach
- License: mit
- Created: 2018-06-03T23:26:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-15T20:00:36.000Z (over 3 years ago)
- Last Synced: 2025-03-30T18:02:08.903Z (23 days ago)
- Topics: grub, grub-theme, grub2, grub2-theme, ubuntu-mate
- Language: Shell
- Homepage: https://www.opendesktop.org/p/1238877/
- Size: 4.28 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Ubuntu MATE GRUB Theme
Supported languages: Chinese (simplified), English, French, German, Italian, Norwegian, Portuguese, Russian, Spanish, Ukrainian

---### Installation / update
1. **Secure way:**
- Download install script:
`wget -P /tmp https://github.com/RobLoach/ubuntu-mate/raw/master/install.sh`
- Review install script at `/tmp/install.sh`
- Run it: `bash /tmp/install.sh`2. **Easier, less secure way** — just download and run install script:
`wget -O - https://github.com/RobLoach/ubuntu-mate/raw/master/install.sh | bash`---
### See also
- [GRUB Customizer](https://launchpad.net/grub-customizer) if you want to change GRUB settings through a GUI
- [Poly light GRUB theme](https://github.com/shvchk/poly-light)
- [Poly dark GRUB theme](https://github.com/shvchk/poly-dark)
- [Fallout GRUB theme](https://github.com/shvchk/fallout-grub-theme)### Development
This is built from [poly-light](https://github.com/shvchk/poly-light), to update it...
```
git pull https://github.com/shvchk/poly-light.git master
```