From 3af13205facf0d8d15e8f5c95e1aed9a39a57393 Mon Sep 17 00:00:00 2001 From: Claravox Date: Thu, 5 Aug 2021 15:11:35 -0700 Subject: [PATCH] Make readme match capitalization of files in customize directory --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3541232..c374218 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ cd distro-grub-themes/customize #### Copy theme Theme must be unpacked (in folder) ``` -sudo cp -r Ubuntu/ /boot/grub/themes +sudo cp -r ubuntu/ /boot/grub/themes ``` #### Edit Grub config @@ -181,9 +181,9 @@ GRUB_GFXMODE=1920x1080 At the end of file add theme path: ``` -GRUB_THEME="/boot/grub/themes/Ubuntu/theme.txt" +GRUB_THEME="/boot/grub/themes/ubuntu/theme.txt" ``` -Replace "Ubuntu" with selected theme
+Replace "ubuntu" with selected theme
Ctrl+O to save, Ctrl+X to exit ## Instal theme in Ventoy