fix azcopy and rust

This commit is contained in:
Aleksandr Chebotov
2020-09-14 21:47:31 +03:00
parent bcca2214d9
commit 6ed3828759
6 changed files with 71 additions and 66 deletions

View File

@@ -17,6 +17,7 @@ rm azcopy.tar.gz
wget -O /tmp/azcopy.tar.gz https://aka.ms/downloadazcopy-v10-linux
tar zxvf /tmp/azcopy.tar.gz --strip-components=1 -C /tmp
mv /tmp/azcopy /usr/local/bin/azcopy10
chmod +x /usr/local/bin/azcopy10
# Run tests to determine that the software installed as expected
echo "Testing to make sure that script performed as expected, and basic scenarios work"