From 743f8fb95c07abc918576c466fd8c62d87949bdc Mon Sep 17 00:00:00 2001 From: Leo <16482197+BeehiveSystems@users.noreply.github.com> Date: Sun, 19 May 2019 22:04:54 -0600 Subject: [PATCH] Update readme.md Fix double slashes in update-alternatives command path --- Plymouth/Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plymouth/Readme.md b/Plymouth/Readme.md index d3fb7ec..a198186 100644 --- a/Plymouth/Readme.md +++ b/Plymouth/Readme.md @@ -14,8 +14,8 @@ Copy the theme folder into the Plymouth theme directory. Add to default.plymouth -- `sudo update-alternatives --install /usr/share//plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/Chicago95/Chicago95.plymouth 100` -- `sudo update-alternatives --install /usr/share//plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/RetroTux/RetroTux.plymouth 100` +- `sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/Chicago95/Chicago95.plymouth 100` +- `sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/RetroTux/RetroTux.plymouth 100` Choose the theme to load. (As you run the following command there will be a number assigned to each theme and located in the first column of a list. Use that number to specify the theme and press enter to continue.)