6 lines
233 B
Bash
6 lines
233 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
update-alternatives --install /usr/share/plymouth/themes/default.plymouth default.plymouth /usr/share/plymouth/themes/falbella/falbella.plymouth 100
|
||
|
|
update-alternatives --config default.plymouth
|
||
|
|
update-initramfs -u -k all
|