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

@ -14,8 +14,8 @@ if command_exists "apt-get"; then
sudo apt update
sudo apt install librewolf -y
elif command_exists "dnf"; then
sudo dnf config-manager addrepo --from-repofile 'https://repo.librewolf.net/librewolf.repo'
sudo dnf install librewolf
sudo dnf config-manager addrepo --from-repofile 'https://askiiart.net/repos/fedora/x86_64/askiiart.repo'
sudo dnf install librewolf-allow-dark
sudo dnf remove firefox
mkdir tmp-openh264
cd tmp-openh264