k3s: add missing dependencies to update script (#404392)

authored by Jörg Thalheim and committed by GitHub 76020e59 d6abbec9

+1 -1
+1 -1
pkgs/applications/networking/cluster/k3s/update-script.sh
··· 1 1 #!/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 3 3 4 4 set -x -eu -o pipefail 5 5