home · contact · privacy
Use last working tridactyl versions.
authorChristian Heller <c.heller@plomlompom.de>
Sat, 11 Jan 2020 23:14:27 +0000 (00:14 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Sat, 11 Jan 2020 23:14:27 +0000 (00:14 +0100)
buster/setup_scripts/setup_desktop.sh
buster/setup_scripts/setup_home.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}"
index 4bd06efa8e300e518544ab891a375618002fd8d1..779bb4c3c6153ecff5bb088c78005d2ae29c6225 100755 (executable)
@@ -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}"