Skip to content

Commit 76020e5

Browse files
authored
k3s: add missing dependencies to update script (#404392)
2 parents d6abbec + 1220313 commit 76020e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/applications/networking/cluster/k3s/update-script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env nix-shell
2-
#!nix-shell -i bash -p curl gnugrep gnused jq nurl yq-go
2+
#!nix-shell -i bash -p curl git gnugrep gnused go jq nurl yq-go
33

44
set -x -eu -o pipefail
55

0 commit comments

Comments
 (0)