mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 13:22:13 +02:00
8 lines
260 B
Bash
8 lines
260 B
Bash
#!/bin/sh
|
|
|
|
ensure_package_is_installed steam &&
|
|
ensure_package_is_installed bluez &&
|
|
ensure_package_is_installed bluez-utils &&
|
|
ensure_package_is_installed xone-dkms &&
|
|
sed -i 's/ControllerMode = bredr/ControllerMode = dual/g' /etc/bluetooth/main.conf
|