home · contact · privacy
Use last working tridactyl versions.
[config] / buster / setup_scripts / setup_desktop.sh
index 4cce5db7677b0d6ea063ce7f413f4d59fc3238ef..b0d8cd661245262f9828ffc3a4da089b7235b774 100755 (executable)
@@ -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}"