Explicitly install bluetooth while installing KDE
This commit is contained in:
parent
bd2d837790
commit
8c93f24295
1 changed files with 10 additions and 2 deletions
|
@ -1,6 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
sudo pacman --noconfirm -Syu fwupd;
|
|
||||||
|
|
||||||
sudo pacman -Syu --noconfirm \
|
sudo pacman -Syu --noconfirm \
|
||||||
sshfs \
|
sshfs \
|
||||||
plasma-meta \
|
plasma-meta \
|
||||||
|
@ -10,3 +8,13 @@ sudo pacman -Syu --noconfirm \
|
||||||
pipewire-audio \
|
pipewire-audio \
|
||||||
pipewire-pulse \
|
pipewire-pulse \
|
||||||
;
|
;
|
||||||
|
|
||||||
|
sudo pacman -Syu --noconfirm \
|
||||||
|
bluez \
|
||||||
|
;
|
||||||
|
|
||||||
|
sudo systemctl enable --now bluetooth;
|
||||||
|
|
||||||
|
sudo pacman -Syu --noconfirm \
|
||||||
|
fwupd \
|
||||||
|
;
|
||||||
|
|
Loading…
Reference in a new issue