git: Add git to update script

Otherwise the system's git will be used, which may not exist
or, as is the case with Ubuntu, not have the --sort flag for ls-remote.
This commit is contained in:
Tim Steinbach 2019-12-10 08:30:00 -05:00
parent f4bedb49b7
commit 68708349f1
No known key found for this signature in database
GPG Key ID: 6C654787275A64F1

View File

@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p curl common-updater-scripts jq
#!nix-shell -i bash -p curl common-updater-scripts jq git
set -eu -o pipefail