Skip to content

Commit 25ec971

Browse files
committed
Modified startup prereq bash file to install latest version of the azure-storage-blob package
1 parent 70bbbca commit 25ec971

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

JavaScript/Node.js/startup_prereq.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,4 @@ sudo apt-get -y install libssl-dev
88
sudo apt-get -y install libffi-dev
99
sudo pip install -U pyOpenSSL
1010
sudo pip install cryptography && echo 'y'
11-
sudo pip install azure && echo 'y'
12-
sudo pip install azure-storage --upgrade && echo 'y'
11+
sudo pip install azure-storage-blob --upgrade && echo 'y'

0 commit comments

Comments
 (0)