From 59bcdbccf5c511eba0aab7b2bcdab4fdc6226b34 Mon Sep 17 00:00:00 2001 From: grohan47 <74037058+grohan47@users.noreply.github.com> Date: Wed, 20 Apr 2022 14:52:27 +0530 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 47e78fe..a9c0f61 100644 --- a/README.md +++ b/README.md @@ -264,7 +264,7 @@ Theme must be unpacked (in folder) ``` sudo cp -r / /boot/grub/themes or -sudo cp -r / /boot/grub2/theme +sudo cp -r / /boot/grub2/themes ``` #### Edit Grub config @@ -285,6 +285,8 @@ At the end of file add theme path: ``` GRUB_THEME="/boot/grub/themes//theme.txt" +or +GRUB_THEME="/boot/grub2/themes//theme.txt" ``` ### Note: