diff options
-rwxr-xr-x | init | 2 | ||||
-rw-r--r-- | meta.lua | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -3,4 +3,4 @@ | |||
3 | rc-service networking start | 3 | rc-service networking start |
4 | 4 | ||
5 | # Install | 5 | # Install |
6 | apk add wine zip | 6 | apk add wine zip xdotool xwd xvfb xvfb-run imagemagick |
@@ -1,5 +1,6 @@ | |||
1 | return { | 1 | return { |
2 | ["image-wine"] = { | 2 | ["image-wine"] = { |
3 | export = true, | ||
3 | requires = {}, | 4 | requires = {}, |
4 | produces = {}, | 5 | produces = {}, |
5 | } | 6 | } |