Compare commits
3 Commits
42e62e9297
...
008b8d0499
| Author | SHA1 | Date | |
|---|---|---|---|
| 008b8d0499 | |||
| 34c41739da | |||
| b6b7c27d80 |
20
install.sh
20
install.sh
@@ -62,7 +62,9 @@ mapfile -t tools < <(
|
||||
"Gaming" \
|
||||
"VR Gaming" \
|
||||
"Hamr Sticker Picker" \
|
||||
"CUPS Printing Support"
|
||||
"CUPS Printing Support" \
|
||||
"Audio" \
|
||||
"Bluetooth"
|
||||
)
|
||||
|
||||
mapfile -t extratools < <(
|
||||
@@ -225,6 +227,22 @@ for choice in "${tools[@]}"; do
|
||||
|
||||
sudo systemctl enable cups
|
||||
;;
|
||||
"Audio")
|
||||
sudo -v || exit 1
|
||||
yay -S --needed --noconfirm \
|
||||
pipewire \
|
||||
pipewire-pulse \
|
||||
wireplumber
|
||||
|
||||
systemctl --user enable --now pipewire pipewire-pulse wireplumber
|
||||
;;
|
||||
"Bluetooth")
|
||||
sudo -v || exit 1
|
||||
yay -S --needed --noconfirm \
|
||||
bluez
|
||||
|
||||
sudo systemctl enable bluetooth --now
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
|
||||
Reference in New Issue
Block a user