summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-10-09 12:42:52 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-10-09 12:42:52 -0500
commite808431e06c92c705539dc71a4a74995708f4902 (patch)
treefa9e6edf366a49d7ef3da5623b042981eaa1ddf9 /init
parentf9c5c9997c966924d41519e0080560dffd46c8a0 (diff)
downloadwix-packaging-master.tar.gz
wix-packaging-master.tar.bz2
wix-packaging-master.zip
Add msitoolsHEADmaster
Diffstat (limited to 'init')
-rwxr-xr-xinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/init b/init
index df4bfad..6e6ed80 100755
--- a/init
+++ b/init
@@ -5,7 +5,7 @@ rc-service networking start
5echo "https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories 5echo "https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
6 6
7apk update 7apk update
8apk add automake autoconf libtool build-base mono cabextract 8apk add automake autoconf libtool build-base mono cabextract msitools
9mkdir wix314-binaries 9mkdir wix314-binaries
10unzip wix314-binaries.zip -d wix314-binaries 10unzip wix314-binaries.zip -d wix314-binaries
11cd wix-on-linux 11cd wix-on-linux