From cee24c74f1d6e6487bc1ee3fe3634af51b41b2f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20=C5=9Arodo=C5=84?= Date: Sun, 24 Apr 2022 16:44:15 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1874db4..6f40718 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,7 @@ git clone https://github.com/AdisonCavani/distro-grub-themes.git ### Install Grub Customizer +**Warning**: ``grub-customizer`` is not available on Ubuntu 21.10 and above. See [#56](https://github.com/AdisonCavani/distro-grub-themes/issues/56). You should [install it manually](#manual-installation)

Apt ``` @@ -200,9 +201,9 @@ Pacman ``` sudo pacman -S grub-customizer ``` -Dnf +Dnf
-**WARNING:Grub Customizer DOES NOT WORK on recent Fedora releases without extensive modification. [Manually installing](#manual-installation) a GRUB theme is much more secure and hassle free.** +**WARNING**: Grub Customizer DOES NOT WORK on recent Fedora releases without extensive modification. [Manually installing](#manual-installation) a GRUB theme is much more secure and hassle free ``` Use at own risk.