From 05c810da7a0ef63125ed6d845060a23b350cb0c8 Mon Sep 17 00:00:00 2001 From: sarahpeiffer Date: Mon, 13 Sep 2021 17:02:50 -0700 Subject: [PATCH] Changing installation in ev2 script --- .../agent-deployment/ServiceGroupRoot/Scripts/pushAgentToAcr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/agent-deployment/ServiceGroupRoot/Scripts/pushAgentToAcr.sh b/deployment/agent-deployment/ServiceGroupRoot/Scripts/pushAgentToAcr.sh index 3d4062c91..bafd62b05 100644 --- a/deployment/agent-deployment/ServiceGroupRoot/Scripts/pushAgentToAcr.sh +++ b/deployment/agent-deployment/ServiceGroupRoot/Scripts/pushAgentToAcr.sh @@ -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