diff --git a/6_Plymouth.sh b/6_Plymouth.sh index b863ed5..49686b3 100755 --- a/6_Plymouth.sh +++ b/6_Plymouth.sh @@ -11,7 +11,7 @@ fi echo "🔄 Plymouth und benötigte Pakete installieren..." if ! pacman -Q plymouth &>/dev/null; then pacman -Syu --noconfirm plymouth - yay -Syu plymouth-theme-archlinux + yay -Syu plymouth-theme-archlinux --noconfirm else echo "✅ Plymouth ist bereits installiert." fi