diff --git a/dotfiles b/dotfiles index 4a94688..5c818c9 160000 --- a/dotfiles +++ b/dotfiles @@ -1 +1 @@ -Subproject commit 4a9468824a4e19b58166db4f9179bd904593e2f2 +Subproject commit 5c818c99b3dc2fbf7862dcef07cc74047558f095 diff --git a/install-stuff/install-librewolf.bash b/install-stuff/install-librewolf.bash index ba1ba94..c2e21b5 100755 --- a/install-stuff/install-librewolf.bash +++ b/install-stuff/install-librewolf.bash @@ -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