From 32ffdf9174239bc68a7826acd72ad50336cb884a Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Fri, 20 Dec 2024 14:54:22 +0000 Subject: [PATCH] Consolidate package installation in build script for MSI --- InfrastructureAgent/build-msi.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/InfrastructureAgent/build-msi.sh b/InfrastructureAgent/build-msi.sh index b454b36c8b..7bb56d9b07 100644 --- a/InfrastructureAgent/build-msi.sh +++ b/InfrastructureAgent/build-msi.sh @@ -1,8 +1,7 @@ #!/bin/bash sudo apt update -sudo apt install -y msitools -sudo apt-get install wixl +sudo apt install -y msitools wixl # Exit script on any error