mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
Consolidate package installation in build script for MSI
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user