Update plymouth path

This commit is contained in:
Ryan Hughes
2025-10-22 00:19:09 -04:00
parent b7ccb64082
commit 76894b9c74

View File

@@ -1,4 +1,4 @@
if [ "$(plymouth-set-default-theme)" != "omarchy" ]; then
sudo cp -r "$HOME/.local/share/omarchy/default/plymouth" /usr/share/plymouth/themes/omarchy/
sudo cp -r "/usr/share/omarchy/default/plymouth" /usr/share/plymouth/themes/omarchy/
sudo plymouth-set-default-theme omarchy
fi