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

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

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.