bubbles/iso_configs/hooks/live/0040-set-plymouth

10 lines
221 B
Plaintext
Raw Normal View History

2023-07-11 06:48:53 +00:00
#!/bin/sh
# set the plymouth on boot
plymouth-set-default-theme -R lines
#Remove it first
rm -f /etc/alternatives/desktop-theme
# Then re-add it
ln -s /usr/share/desktop-base/lines-theme /etc/alternatives/desktop-theme