summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rwxr-xr-xstatic/thesiah.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/thesiah.sh b/static/thesiah.sh
index 54e47ef..3a40f5b 100755
--- a/static/thesiah.sh
+++ b/static/thesiah.sh
@@ -299,7 +299,7 @@ Exec=/usr/local/lib/arkenfox-auto-update' >/etc/pacman.d/hooks/arkenfox.hook
}
installffaddons() {
- addonlist="ublock-origin decentraleyes istilldontcareaboutcookies vimium-ff sponsorblock enhancerforyouTube adblock-plus languagetool darkreader livemarks traduzir-paginas-web video-downloadhelper"
+ addonlist="ublock-origin decentraleyes istilldontcareaboutcookies vimium-ff sponsorblock enhancerforyouTube adblock-plus languagetool darkreader livemarks traduzir-paginas-web video-downloadhelper passff"
addontmp="$(mktemp -d)"
trap 'rm -rf "$addontmp"' HUP INT QUIT TERM PWR EXIT
IFS=' '