From 2feb4d44bbcfbd6329754a5427b726b4ab9a91e3 Mon Sep 17 00:00:00 2001 From: "Debian @ Home" Date: Fri, 4 Sep 2026 22:13:31 +0200 Subject: [PATCH] test and update scripts added --- test.sh | 4 ++++ update.sh | 5 +++++ 2 files changed, 9 insertions(+) create mode 100755 test.sh create mode 100755 update.sh diff --git a/test.sh b/test.sh new file mode 100755 index 0000000..b2fe54e --- /dev/null +++ b/test.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +#plymouth-set-default-theme falbella; +plymouthd; plymouth --show-splash; sleep 5; pkill plymouth diff --git a/update.sh b/update.sh new file mode 100755 index 0000000..5360187 --- /dev/null +++ b/update.sh @@ -0,0 +1,5 @@ +#!/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