Skip to content

Instantly share code, notes, and snippets.

@DiracSpace
Forked from aessing/install-AzCopy.sh
Created June 23, 2023 18:26
Show Gist options
  • Save DiracSpace/3054fc609b52b9574ab5fdd93a8100ca to your computer and use it in GitHub Desktop.
Save DiracSpace/3054fc609b52b9574ab5fdd93a8100ca to your computer and use it in GitHub Desktop.
Install AzCopy on Linux
#!/bin/bash
# Download, extract and make executable
sudo bash -c 'cd /usr/local/bin; curl -sSL https://aka.ms/downloadazcopy-v10-linux | tar --strip-components=1 --exclude=*.txt -xzvf -; chmod +x azcopy'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment