1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

Reworked install scripts again

This commit is contained in:
krateng
2022-03-10 21:45:56 +01:00
parent cc2b984080
commit c944a3d937
17 changed files with 78 additions and 35 deletions

View File

@@ -0,0 +1,4 @@
#!/usr/bin/env sh
apk update
apk add \
{{ (tool.osreqs.alpine.build + tool.osreqs.alpine.run + tool.osreqs.alpine.opt) | join(' \\\n\t') }}