diff options
Diffstat (limited to 'install-itzks-workstation')
-rw-r--r-- | install-itzks-workstation | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/install-itzks-workstation b/install-itzks-workstation index a60929a..3faee85 100644 --- a/install-itzks-workstation +++ b/install-itzks-workstation @@ -206,8 +206,10 @@ EOT # Configure Plymouth apt_install_if_not -y plymouth-themes -plymouth-set-default-theme solar -update-initramfs -k all -u +if ! grep -q Theme=solar /etc/plymouth/plymouthd.conf; then + plymouth-set-default-theme solar + update-initramfs -k all -u +fi #################### |