From fd65de685581d401ebeff37d67d953e80214c9bf Mon Sep 17 00:00:00 2001 From: alstjr7375 Date: Tue, 20 Jul 2021 12:10:36 +0900 Subject: [PATCH] Add: Installer - Check for librewolf profile dir #123 --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 581b9e4..38680de 100755 --- a/install.sh +++ b/install.sh @@ -336,7 +336,9 @@ multiselect() { firefoxProfileDirPaths=( "${HOME}/.mozilla/firefox" "${HOME}/.var/app/org.mozilla.firefox/.mozilla/firefox" + "${HOME}/.librewolf/" "${HOME}/Library/Application Support/Firefox" + "${HOME}/Library/Application Support/LibreWolf" ) check_profile_dir() {