1 #!/usr/bin/env nix-shell
10 https
://update.equinox.io
/check \
11 'Accept:application/json; q=1; version=1; charset=utf-8' \
12 'Content-Type:application/json; charset=utf-8' \
13 app_id
=app_goVRodbMVm \
18 | jq
--arg sys
"$1-$2" '{
22 version: .release.version
27 get_download_info linux
386
28 get_download_info linux amd64
29 get_download_info linux arm
30 get_download_info linux arm64
31 get_download_info darwin amd64
32 ) | jq
--slurp 'map ({ (.sys): . }) | add' \
33 > pkgs
/tools
/networking
/ngrok-
2/versions.json