diff options
Diffstat (limited to 'init')
-rwxr-xr-x | init | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ echo "https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositori | |||
6 | 6 | ||
7 | apk update | 7 | apk update |
8 | apk add automake autoconf libtool build-base mono | 8 | apk add automake autoconf libtool build-base mono |
9 | unzip | 9 | unzip wix314-binaries.zip |
10 | cd wix-on-linux | 10 | cd wix-on-linux |
11 | ./autogen.sh | 11 | ./autogen.sh |
12 | ./configure --bindir=/root/wix314-binaries | 12 | ./configure --bindir=/root/wix314-binaries |