Feat: Entfernt Abfrage, ob Plymouth bereits installiert ist.

This commit is contained in:
DragonSlayer_14 2025-03-26 16:19:39 +01:00
parent adac814af2
commit d37ff58150

View File

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