add wluma, update stuff to use new packages in my repo, don't auto-enable bluetooth

This commit is contained in:
askiiart 2025-03-25 12:44:49 -05:00
parent f8ae139e3b
commit 78f4b3f455
Signed by untrusted user who does not match committer: askiiart
GPG key ID: 6A32977DAF31746A
3 changed files with 8 additions and 4 deletions

View file

@ -24,6 +24,10 @@ elif command_exists "dnf"; then
# grub setup
grep -qxF 'GRUB_DISABLE_OSPROBER=false' /etc/default/grub || echo 'GRUB_DISABLE_OSPROBER=false' | sudo tee -a /etc/default/grub
sudo sed -i 's/^AutoEnable=true/AutoEnable=false/' /etc/bluetooth/main.conf
# set perms for best wluma performance
sudo usermod -aG video $(whoami)
elif command_exists "rpm-ostree"; then
sudo wget https://askiiart.net/repos/fedora/x86_64/askiiart.repo -O /etc/yum.repos.d/askiiart.repo
rpm-ostree install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm -y