Remove firefox when installing librewolf

This commit is contained in:
askiiart 2024-02-16 12:46:18 -06:00
parent 92c19650be
commit 6584058370
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
2 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit 4a9468824a4e19b58166db4f9179bd904593e2f2
Subproject commit 5c818c99b3dc2fbf7862dcef07cc74047558f095

View file

@ -17,8 +17,9 @@ if command_exists "apt-get"; 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
elif command_exists "yay"; then
yay -S librewolf-bin
yay -R firefox
elif command_exists "emerge"; then
# Untested
sudo eselect repository add librewolf git https://codeberg.org/librewolf/gentoo.git