From 6de05dd7a22cbc54f517f2cc5493c81cdbbef29d Mon Sep 17 00:00:00 2001
From: Christian Heller <c.heller@plomlompom.de>
Date: Sun, 12 Jan 2020 00:14:27 +0100
Subject: [PATCH] Use last working tridactyl versions.

---
 buster/setup_scripts/setup_desktop.sh | 2 +-
 buster/setup_scripts/setup_home.sh    | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

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}"
diff --git a/buster/setup_scripts/setup_home.sh b/buster/setup_scripts/setup_home.sh
index 4bd06ef..779bb4c 100755
--- a/buster/setup_scripts/setup_home.sh
+++ b/buster/setup_scripts/setup_home.sh
@@ -52,7 +52,8 @@ cd "${setup_scripts_dir}"
 ./copy_dirtree.sh "${config_tree_buster}/home_files" "${HOME}" minimal user "${system_name}"
 
 # Set up native messenger for tridactyl.
-curl -fsSl https://raw.githubusercontent.com/tridactyl/tridactyl/78e662efefd1f4af2bdb2a53edecf03b535b997b/native/install.sh | bash
+version='ef9f02d0da258f68d7faf8898707f6d83d90d07a'
+curl -fsSl "https://raw.githubusercontent.com/tridactyl/tridactyl/${version}/native/install.sh" | bash
 
 # Set up further non-public parts of infrastructure.
 cd "${dir_secrets}"
-- 
2.30.2