Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Download restic binary using curl (#3421)
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 <[email protected]>
- Loading branch information