Skip to content

Commit

Permalink
Changing installation in ev2 script (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahpeiffer authored Sep 14, 2021
1 parent 6b42f13 commit 7ef07e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ if [[ "$AGENT_IMAGE_TAR_FILE_NAME" == *"tar.gz"* ]]; then
fi

if [[ "$AGENT_IMAGE_TAR_FILE_NAME" == *"tar.zip"* ]]; then
sudo apt-get install unzip
apt-get -y install unzip
if [ $? -eq 0 ]; then
unzip $AGENT_IMAGE_TAR_FILE_NAME
else
Expand Down

0 comments on commit 7ef07e1

Please sign in to comment.