add wluma, update stuff to use new packages in my repo, don't auto-enable bluetooth
This commit is contained in:
parent
f8ae139e3b
commit
78f4b3f455
3 changed files with 8 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue