summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2024-10-15 13:44:03 -0500
committerAlexander M Pickering <alex@cogarr.net>2024-10-15 13:44:03 -0500
commit8221af58f407e0f8fa2cbd3857fb6d948b6d9538 (patch)
tree9466386b50180fcd49f56f0bf1b8977e310c68c0
parentccd10c71b3dc09a36b69443760162a316789e21c (diff)
downloadimage-wine-8221af58f407e0f8fa2cbd3857fb6d948b6d9538.tar.gz
image-wine-8221af58f407e0f8fa2cbd3857fb6d948b6d9538.tar.bz2
image-wine-8221af58f407e0f8fa2cbd3857fb6d948b6d9538.zip
Remove test flag
-rwxr-xr-xinit8
1 files changed, 4 insertions, 4 deletions
diff --git a/init b/init
index f82ed58..a1e7200 100755
--- a/init
+++ b/init
@@ -3,12 +3,12 @@
3rc-service networking start 3rc-service networking start
4 4
5# Install 5# Install
6apk add wine zip xdotool xwd xvfb xvfb-run imagemagick upx 6apk add --no-progress wine zip xdotool xwd xvfb xvfb-run imagemagick upx
7 7
8# Compress wine and libllvm 8# Compress wine and libllvm
9upx -9t -q --no-color --no-progress --ultra-brute --strip-relocs=0 --compress-exports=0 --compress-icons=0 --overlay=skip /usr/lib/wine/i386-windows/* 9upx -9 -q --no-color --no-progress --ultra-brute --strip-relocs=0 --compress-exports=0 --compress-icons=0 --overlay=skip /usr/lib/wine/i386-windows/*
10upx -9t -q --no-color --no-progress --ultra-brute --strip-relocs=0 --compress-exports=0 --compress-icons=0 --overlay=skip /usr/lib/wine/x86_64-windows/* 10upx -9 -q --no-color --no-progress --ultra-brute --strip-relocs=0 --compress-exports=0 --compress-icons=0 --overlay=skip /usr/lib/wine/x86_64-windows/*
11upx -9t -q --no-color --no-progress --ultra-brute --strip-relocs=0 --compress-exports=0 --compress-icons=0 --overlay=skip /usr/lib/libLLVM.so.* 11upx -9 -q --no-color --no-progress --ultra-brute --strip-relocs=0 --compress-exports=0 --compress-icons=0 --overlay=skip /usr/lib/libLLVM.so.*
12 12
13# Delete cache 13# Delete cache
14rm -rf /var/cache/apk/* 14rm -rf /var/cache/apk/*