diff options
author | Alexander M Pickering <alex@cogarr.net> | 2024-09-16 15:46:28 -0500 |
---|---|---|
committer | Alexander M Pickering <alex@cogarr.net> | 2024-09-16 15:46:28 -0500 |
commit | 3dc9a94674e72a849e4d4efdb9fd8bdd46cfd66c (patch) | |
tree | 1dc9ceb0437d0d49c427679b64e49724fc4c981d /image | |
parent | 42a7fc18657bc006e88d0b2a1c7c83bddcf963f4 (diff) | |
download | portable-packaging-3dc9a94674e72a849e4d4efdb9fd8bdd46cfd66c.tar.gz portable-packaging-3dc9a94674e72a849e4d4efdb9fd8bdd46cfd66c.tar.bz2 portable-packaging-3dc9a94674e72a849e4d4efdb9fd8bdd46cfd66c.zip |
More work on libssl
Diffstat (limited to 'image')
-rw-r--r-- | image | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ | |||
1 | #!/bin/sh -ex | ||
2 | |||
3 | rc-service networking start | ||
4 | |||
5 | apk add automake autoconf git libtool perl patch | ||