diff --git a/6_Plymouth.sh b/6_Plymouth.sh index 49686b3..561f7d2 100755 --- a/6_Plymouth.sh +++ b/6_Plymouth.sh @@ -9,12 +9,8 @@ if [[ $EUID -ne 0 ]]; then fi echo "🔄 Plymouth und benötigte Pakete installieren..." -if ! pacman -Q plymouth &>/dev/null; then - pacman -Syu --noconfirm plymouth - yay -Syu plymouth-theme-archlinux --noconfirm -else - echo "✅ Plymouth ist bereits installiert." -fi +pacman -Syu --noconfirm plymouth +yay -Syu plymouth-theme-archlinux --noconfirm # Plymouth in initramfs aktivieren MKINIT_CONF="/etc/mkinitcpio.conf"