diff options
Diffstat (limited to 'init')
-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 |