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

This commit is contained in:
Jörg Thalheim 2025-05-05 20:01:10 +02:00 committed by GitHub
commit 76020e5958
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p curl gnugrep gnused jq nurl yq-go
#!nix-shell -i bash -p curl git gnugrep gnused go jq nurl yq-go
set -x -eu -o pipefail