Created
October 6, 2022 18:51
-
-
Save misskecupbung/83f6eb22fae1e421a7ca4da721434a33 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget -c https://github.com/vmware-tanzu/velero/releases/download/v1.9.2/<RELEASE-TARBALL-NAME>.tar.gz | |
tar -xvf <RELEASE-TARBALL-NAME>.tar.gz | |
sudo cp <RELEASE-TARBALL-NAME>/velero /usr/bin/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment