diff --git a/bin/install_tool b/bin/install_tool index 276f918..3e7fd07 100755 --- a/bin/install_tool +++ b/bin/install_tool @@ -523,6 +523,9 @@ EOF require_pipx pipx install unblob ;; + fq) + go install github.com/wader/fq@latest + ;; *) echo "Unknown tool: ${TOOL}" >/dev/stderr list_tools diff --git a/keys/ssh/trusted/id_ecdsa_scar.pub b/keys/ssh/trusted/id_ecdsa_scar.pub deleted file mode 120000 index 5736e42..0000000 --- a/keys/ssh/trusted/id_ecdsa_scar.pub +++ /dev/null @@ -1 +0,0 @@ -../id_ecdsa_scar.pub \ No newline at end of file