Quote Omarchy paths in commands

This commit is contained in:
David Heinemeier Hansson
2026-07-18 10:08:43 -07:00
parent 8862fb22bd
commit 3f87af5ef4
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
theme_dir="/usr/share/plymouth/themes/omarchy"
sudo find $OMARCHY_PATH/default/plymouth -maxdepth 1 -type f -exec cp -t "$theme_dir/" {} +
sudo find "$OMARCHY_PATH/default/plymouth" -maxdepth 1 -type f -exec cp -t "$theme_dir/" {} +
sudo plymouth-set-default-theme omarchy
if omarchy-cmd-present limine-mkinitcpio; then