add jq to the mastodon update script
This commit is contained in:
parent
b9366ae035
commit
eb402d0f35
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue