From eb402d0f35044a3281c1c1ab116767894b86d0d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Fri, 24 Jun 2022 07:11:07 +0100 Subject: [PATCH] add jq to the mastodon update script --- mastodon/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mastodon/update.sh b/mastodon/update.sh index 6816f98..71202d0 100755 --- a/mastodon/update.sh +++ b/mastodon/update.sh @@ -1,5 +1,5 @@ #!/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 URL=https://github.com/glitch-soc/mastodon.git