We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a134015 commit 9166b60Copy full SHA for 9166b60
install.sh
@@ -23,6 +23,7 @@ if ! [ $(lsmod | grep -wq "^btusb") ];then
23
fi
24
sudo systemctl start bluetooth.service
25
sudo systemctl enable bluetooth.service
26
+systemctl --user enable --now pipewire pipewire-pulse
27
28
echo "Changing shell to zsh"
29
chsh -s /usr/bin/zsh
0 commit comments