Consolidate package installation in build script for MSI

This commit is contained in:
Simon Larsen
2024-12-20 14:54:22 +00:00
parent d482cb00a9
commit 32ffdf9174

View File

@@ -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