summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-10-09 11:34:46 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-10-09 11:34:46 -0500
commitf9c5c9997c966924d41519e0080560dffd46c8a0 (patch)
tree34e315eacb1c7fc2c21b80ecfce1ea9f13a9192f
parentcd0cde411b09df7b5007bb4abc20ddd4764de11b (diff)
downloadwix-packaging-f9c5c9997c966924d41519e0080560dffd46c8a0.tar.gz
wix-packaging-f9c5c9997c966924d41519e0080560dffd46c8a0.tar.bz2
wix-packaging-f9c5c9997c966924d41519e0080560dffd46c8a0.zip
Add cabextract package
-rwxr-xr-xinit2
1 files changed, 1 insertions, 1 deletions
diff --git a/init b/init
index 1058ac5..df4bfad 100755
--- a/init
+++ b/init
@@ -5,7 +5,7 @@ rc-service networking start
5echo "https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories 5echo "https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
6 6
7apk update 7apk update
8apk add automake autoconf libtool build-base mono 8apk add automake autoconf libtool build-base mono cabextract
9mkdir wix314-binaries 9mkdir wix314-binaries
10unzip wix314-binaries.zip -d wix314-binaries 10unzip wix314-binaries.zip -d wix314-binaries
11cd wix-on-linux 11cd wix-on-linux