X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=buster%2Fsetup_scripts%2Fsetup_desktop.sh;h=b0d8cd661245262f9828ffc3a4da089b7235b774;hb=6de05dd7a22cbc54f517f2cc5493c81cdbbef29d;hp=4cce5db7677b0d6ea063ce7f413f4d59fc3238ef;hpb=cb3f7e2e8fbc76518f7dd808d990649399ff0c71;p=config diff --git a/buster/setup_scripts/setup_desktop.sh b/buster/setup_scripts/setup_desktop.sh index 4cce5db..b0d8cd6 100755 --- a/buster/setup_scripts/setup_desktop.sh +++ b/buster/setup_scripts/setup_desktop.sh @@ -46,7 +46,7 @@ url_umatrix="https://github.com/gorhill/uMatrix/releases/download/${umatrix_vers wget "${url_umatrix}" name=$(unzip -p "${umatrix_xpi}" manifest.json | jq -r .applications.gecko.id) mv "${umatrix_xpi}" "${name}".xpi -tridactyl_version="1.17.1pre3455" +tridactyl_version="1.17.1pre3355" tridactyl_xpi="tridactyl_beta-${tridactyl_version}-an+fx.xpi" url_tridactyl="https://tridactyl.cmcaine.co.uk/betas/${tridactyl_xpi}" wget "${url_tridactyl}"