Preserve Plymouth theme directory permissions

This commit is contained in:
David Heinemeier Hansson
2026-07-29 19:45:43 -07:00
parent 57ea0b4cd0
commit 695614ce6a
2 changed files with 26 additions and 1 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ for asset in bullet.png entry.png lock.png progress_bar.png; do
magick "$staging_dir/$asset" -channel RGB +level-colors "#$text_hex","#$text_hex" "$staging_dir/$asset"
done
sudo cp -a "$staging_dir/." "$theme_dir/"
sudo cp -a --no-preserve=mode,ownership "$staging_dir/." "$theme_dir/"
sudo plymouth-set-default-theme omarchy
if omarchy-cmd-present limine-mkinitcpio; then