9 lines
392 B
Bash
Executable File
9 lines
392 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# omarchy:summary=Overwrite the user config for the Plymouth drive decryption and boot sequence with the Omarchy default and rebuild it.
|
|
# omarchy:requires-sudo=true
|
|
|
|
# Reuse the fixed-file publisher so root never resolves the source checkout or
|
|
# follows a destination symlink while restoring the packaged assets.
|
|
exec "$OMARCHY_PATH/bin/omarchy-plymouth-set" --refresh-default
|