add jq to the mastodon update script

This commit is contained in:
Charlotte 🦝 Delenk 2022-06-24 07:11:07 +01:00
parent b9366ae035
commit eb402d0f35
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell #!/usr/bin/env nix-shell
#! nix-shell -i bash -p bundix yarn2nix yarn nix-prefetch-git #! nix-shell -i bash -p bundix yarn2nix yarn nix-prefetch-git jq
set -e set -e
URL=https://github.com/glitch-soc/mastodon.git URL=https://github.com/glitch-soc/mastodon.git