From e6fed46c13ea6c9f30866a37d49bc2f66cce8e8c Mon Sep 17 00:00:00 2001 From: sc-idevops Date: Tue, 11 Mar 2025 02:28:05 -0400 Subject: [PATCH] disable hunspell before purging --- scripts/firefox.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/firefox.sh b/scripts/firefox.sh index 273a7f7..6a8b818 100755 --- a/scripts/firefox.sh +++ b/scripts/firefox.sh @@ -53,6 +53,7 @@ Pin-Priority: -1 echo "Backing up Snap Profile" mkdir ~/mozilla_backup cp -r ~/snap/firefox/common/.mozilla ~/mozilla_backup + sudo systemctl disable --now var-snap-firefox-common-host\\x2dhunspell.mount sudo snap remove firefox ;;