diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-10-09 12:42:52 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-10-09 12:42:52 -0500 |
commit | e808431e06c92c705539dc71a4a74995708f4902 (patch) | |
tree | fa9e6edf366a49d7ef3da5623b042981eaa1ddf9 | |
parent | f9c5c9997c966924d41519e0080560dffd46c8a0 (diff) | |
download | wix-packaging-master.tar.gz wix-packaging-master.tar.bz2 wix-packaging-master.zip |
-rwxr-xr-x | init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,7 +5,7 @@ rc-service networking start | |||
5 | echo "https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories | 5 | echo "https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories |
6 | 6 | ||
7 | apk update | 7 | apk update |
8 | apk add automake autoconf libtool build-base mono cabextract | 8 | apk add automake autoconf libtool build-base mono cabextract msitools |
9 | mkdir wix314-binaries | 9 | mkdir wix314-binaries |
10 | unzip wix314-binaries.zip -d wix314-binaries | 10 | unzip wix314-binaries.zip -d wix314-binaries |
11 | cd wix-on-linux | 11 | cd wix-on-linux |