From f34c9eca15529f90e2f7c450b51d36138e178b35 Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Tue, 8 Oct 2024 01:44:29 -0500 Subject: Don't need the wix repo, actually We use the prebuilt binaires from the wix repo instead. --- init | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'init') 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 apk update apk add automake autoconf libtool build-base mono -unzip wix314-binaries.zip +mkdir wix314-binaries +unzip wix314-binaries.zip -d wix314-binaries cd wix-on-linux ./autogen.sh ./configure --bindir=/root/wix314-binaries make make install +apk del build-base rm -rf /var/cache/apk/* -- cgit v1.2.3-55-g6feb