mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-05 04:55:22 +00:00
With #3327, the restic binary for the Tilt Velero image is downloaded on the local machine using the `./hack/download-restic.sh` script. This script relies on `wget` being availabe on the local machine. `wget` is not commonly available on macOS but `curl` is. This change modifies the `./hack/download-restic.sh` script to use `curl` instead as it is available on both Linux and macOS and is available in our `golang` docker build image. Signed-off-by: Bridget McErlean <bmcerlean@vmware.com>