mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-25 04:11:46 +00:00
AWS: Add sha to download-or-bust
download-or-bust was changed on the GCE side to verify a hash if passed, so we need to pass a hash in the AWS scripts that reuse this function.
This commit is contained in:
@@ -240,7 +240,7 @@ install-salt() {
|
||||
|
||||
for deb in "${DEBS[@]}"; do
|
||||
if [ ! -e "${deb}" ]; then
|
||||
download-or-bust "${URL_BASE}/${deb}"
|
||||
download-or-bust "" "${URL_BASE}/${deb}"
|
||||
fi
|
||||
done
|
||||
|
||||
|
Reference in New Issue
Block a user