diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-10-11 13:54:41 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-10-11 13:54:41 -0500 |
commit | f76a1d090b2303314559266a5869efb8029cd5e5 (patch) | |
tree | 0d2099b4d8829ba27b44ed53e4a7daabbd2d3c85 /init | |
parent | d6b8a3f52efb9e8e386f70f1b220c66e3302f58c (diff) | |
download | image-pandoc-master.tar.gz image-pandoc-master.tar.bz2 image-pandoc-master.zip |
Diffstat (limited to 'init')
-rwxr-xr-x | init | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1 +1,5 @@ | |||
1 | #!/bin/sh -ex | 1 | #!/bin/sh -ex |
2 | |||
3 | rc-service networking start | ||
4 | |||
5 | apk add pandoc | ||