diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-10-09 11:34:46 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-10-09 11:34:46 -0500 |
commit | f9c5c9997c966924d41519e0080560dffd46c8a0 (patch) | |
tree | 34e315eacb1c7fc2c21b80ecfce1ea9f13a9192f | |
parent | cd0cde411b09df7b5007bb4abc20ddd4764de11b (diff) | |
download | wix-packaging-f9c5c9997c966924d41519e0080560dffd46c8a0.tar.gz wix-packaging-f9c5c9997c966924d41519e0080560dffd46c8a0.tar.bz2 wix-packaging-f9c5c9997c966924d41519e0080560dffd46c8a0.zip |
Add cabextract package
-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 | 8 | apk add automake autoconf libtool build-base mono cabextract |
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 |