Update fedora stuff

This commit is contained in:
askiiart 2023-12-06 21:47:27 -06:00
parent a14e863b2e
commit b6f920878c
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
6 changed files with 12 additions and 8 deletions

View file

@ -14,7 +14,7 @@ if command_exists "apt-get"; then
echo "Types: deb\nURIs: https://deb.librewolf.net\nSuites: $distro\nComponents: main\nArchitectures: amd64\nSigned-By: /usr/share/keyrings/librewolf.gpg" | sudo tee /etc/apt/sources.list.d/librewolf.sources
sudo apt update
sudo apt install librewolf -y
elif command_exists "yum"; then
elif command_exists "dnf"; then
sudo dnf config-manager --add-repo https://rpm.librewolf.net/librewolf-repo.repo
sudo dnf install librewolf
elif command_exists "pacman"; then