invidious: fix update script

This commit is contained in:
Sophie Tauchert 2023-08-01 00:08:54 +02:00
parent 983cc8fa11
commit 3984fbf02b
No known key found for this signature in database
GPG key ID: 52701DE5F5F51125

View file

@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p curl crystal crystal2nix jq git moreutils nix nix-prefetch pkg-config
#!nix-shell -i bash -p curl crystal crystal2nix jq git moreutils nix nix-prefetch pkg-config pcre
git_url='https://github.com/iv-org/invidious.git'
git_branch='master'
git_dir='/var/tmp/invidious.git'