summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rwxr-xr-xinit4
1 files changed, 3 insertions, 1 deletions
diff --git a/init b/init
index 96b6af3..01c3d34 100755
--- a/init
+++ b/init
@@ -6,11 +6,13 @@ echo "https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositori
6 6
7apk update 7apk update
8apk add automake autoconf libtool build-base mono 8apk add automake autoconf libtool build-base mono
9unzip wix314-binaries.zip 9mkdir wix314-binaries
10unzip wix314-binaries.zip -d wix314-binaries
10cd wix-on-linux 11cd wix-on-linux
11./autogen.sh 12./autogen.sh
12./configure --bindir=/root/wix314-binaries 13./configure --bindir=/root/wix314-binaries
13make 14make
14make install 15make install
15 16
17apk del build-base
16rm -rf /var/cache/apk/* 18rm -rf /var/cache/apk/*