https://github.com/instantos/grub-instantos
grub theme for instantOS
https://github.com/instantos/grub-instantos
Last synced: 5 months ago
JSON representation
grub theme for instantOS
- Host: GitHub
- URL: https://github.com/instantos/grub-instantos
- Owner: instantOS
- Created: 2020-01-25T16:26:23.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2022-12-02T11:40:58.000Z (over 3 years ago)
- Last Synced: 2024-05-22T23:25:52.704Z (about 2 years ago)
- Language: Shell
- Homepage:
- Size: 922 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# instantOS GRUB theme
The bootloader theme for instantOS
## grub-customizer installation
```bash
git clone https://github.com/instantOS/grub-instantos
cd grub-instantos
sudo ./build.sh
```
`build.sh` will create `instantos.tar.gz`, which you can then use in GRUB Customizer.
## automatic installation
```bash
sudo ./install.sh
```
`install.sh` will install the theme, automatically update the GRUB_THEME variable in /etc/default/grub and comment out the existing one, and generate a new grub.cfg with the instantOS theme.
## uninstallation
```bash
sudo ./uninstall.sh
```
`uninstall.sh` will uninstall the theme, automatically revert the GRUB_THEME variable in /etc/default/grub back to the commented-out value, and generate a new grub.cfg with the previous theme.