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:
parent
f4bedb49b7
commit
68708349f1
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user