Merge branch 'master' into offline-iso-installer

This commit is contained in:
Ryan Hughes
2025-09-10 13:22:55 -04:00
committed by Ryan Hughes

View File

@@ -1,4 +1,10 @@
#!/bin/bash
sudo cp ~/.local/share/omarchy/default/plymouth/* /usr/share/plymouth/themes/omarchy/
sudo plymouth-set-default-theme -R omarchy
sudo plymouth-set-default-theme omarchy
if command -v limine-mkinitcpio &>/dev/null; then
sudo limine-mkinitcpio
else
sudo mkinitcpio -P
fi