From 2f2e77ceea9cde12b7ea6a78f50d4fe9440918e3 Mon Sep 17 00:00:00 2001 From: Laurin Neff Date: Sun, 20 Feb 2022 15:57:09 +0100 Subject: [PATCH] Add LibreWolf support to install script (#346) --- scripts/auto-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/auto-install.sh b/scripts/auto-install.sh index fe26d0e..63cf0ee 100755 --- a/scripts/auto-install.sh +++ b/scripts/auto-install.sh @@ -6,6 +6,8 @@ themeNames=("pop" "pop" "pop" "yaru" "yaru" "yaru" "maia" "maia") firefoxInstalationPaths=( ~/.mozilla/firefox ~/.var/app/org.mozilla.firefox/.mozilla/firefox + ~/.librewolf + ~/.var/app/io.gitlab.librewolf-community/.librewolf ) currentTheme=$(gsettings get org.gnome.desktop.interface gtk-theme ) || currentTheme=""