Remove firefox when installing librewolf
This commit is contained in:
parent
92c19650be
commit
6584058370
2 changed files with 3 additions and 2 deletions
2
dotfiles
2
dotfiles
|
@ -1 +1 @@
|
|||
Subproject commit 4a9468824a4e19b58166db4f9179bd904593e2f2
|
||||
Subproject commit 5c818c99b3dc2fbf7862dcef07cc74047558f095
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue