Skip to content

Commit

Permalink
Consolidate package installation in build script for MSI
Browse files Browse the repository at this point in the history
  • Loading branch information
simlarsen committed Dec 20, 2024
1 parent d482cb0 commit 32ffdf9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions InfrastructureAgent/build-msi.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 32ffdf9

Please sign in to comment.