Skip to content

Commit

Permalink
Fixed README typos
Browse files Browse the repository at this point in the history
Missing sudos, double theme
  • Loading branch information
Foggalong committed Oct 2, 2021
1 parent 22d9a5c commit 2475b5c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Numix Plymouth

A Numix theme for Plymouth theme.
A Numix theme for Plymouth.

![example-plymouth](numix/loading2_42.png)

Expand All @@ -11,30 +11,30 @@ Installing Plymouth themes from source is quite a convoluted process so strap in
```bash
git clone https://github.com/numixproject/numix-plymouth-theme.git
cd numix-plymouth-theme
make install
sudo make install
```

Then you need to apply the theme within Plymouth. For Debian/Ubuntu based distros run:

```bash
update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/numix/numix.plymouth 100
update-alternatives --set default.plymouth /usr/share/plymouth/themes/numix/numix.plymouth
update-initramfs -u
sudo update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/numix/numix.plymouth 100
sudo update-alternatives --set default.plymouth /usr/share/plymouth/themes/numix/numix.plymouth
sudo update-initramfs -u
```

## Uninstall

Uninstalling a Plymouth theme is similarly convoluted. To delete the theme files run

```bash
make uninstall
sudo make uninstall
```

Then you need to reapply the original theme. On Debian/Ubuntu based distros run:

```bash
update-alternatives --remove default.plymouth /usr/share/plymouth/themes/numix/numix.plymouth
update-initramfs -u
sudo update-alternatives --remove default.plymouth /usr/share/plymouth/themes/numix/numix.plymouth
sudo update-initramfs -u
```

## Testing
Expand Down

0 comments on commit 2475b5c

Please sign in to comment.