mirror of
https://github.com/AdisonCavani/distro-grub-themes.git
synced 2025-06-06 07:12:33 +02:00
fix: manual installation process updated
This commit is contained in:
parent
215577b85a
commit
0322756151
1 changed files with 3 additions and 3 deletions
|
@ -108,15 +108,15 @@ sudo mkdir BOOT_GRUB_LOCATION/themes
|
||||||
#### Edit or use a pre-made theme
|
#### Edit or use a pre-made theme
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
cd distro-grub-themes/customize
|
cd distro-grub-themes/themes
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Copy theme
|
#### Copy theme
|
||||||
|
|
||||||
The theme must be unpacked inside a folder before you can copy it.
|
The theme must be unpacked inside a folder before you can install it.
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo cp -r <theme_name>/ BOOT_GRUB_LOCATION/themes
|
sudo tar -C BOOT_GRUB_LOCATION/themes/<theme_name> -xf <theme_name>.tar
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Edit GRUB config
|
#### Edit GRUB config
|
||||||
|
|
Loading…
Add table
Reference in a new issue