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

6 lines
175 B
Bash
Raw Normal View History

2019-11-25 04:32:59 +03:00
#!/usr/bin/env bash
2021-12-23 10:48:39 +03:00
sed 's/#.*//' ./install/deps_build.txt | xargs apk add
sed 's/#.*//' ./install/deps_run.txt | xargs apk add
2021-12-23 09:34:51 +03:00
pip3 install wheel
2019-12-10 15:53:05 +03:00
pip3 install malojaserver