diff --git a/InfrastructureAgent/build-msi.sh b/InfrastructureAgent/build-msi.sh index b454b36c8b0..7bb56d9b072 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