10 lines
449 B
Bash
Executable File
10 lines
449 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.
|
|
script_dir=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" && pwd)
|
|
exec "$script_dir/omarchy-plymouth-set" --refresh-default
|