Explicitly install bluetooth while installing KDE

This commit is contained in:
Manuel Thalmann 2024-03-09 01:13:00 +01:00
parent bd2d837790
commit 8c93f24295

View file

@ -1,6 +1,4 @@
#!/bin/bash
sudo pacman --noconfirm -Syu fwupd;
sudo pacman -Syu --noconfirm \
sshfs \
plasma-meta \
@ -10,3 +8,13 @@ sudo pacman -Syu --noconfirm \
pipewire-audio \
pipewire-pulse \
;
sudo pacman -Syu --noconfirm \
bluez \
;
sudo systemctl enable --now bluetooth;
sudo pacman -Syu --noconfirm \
fwupd \
;