mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
6 lines
147 B
Bash
6 lines
147 B
Bash
#!/usr/bin/env bash
|
|
sh ./install/alpine_requirements_run.sh
|
|
sh ./install/alpine_requirements_build.sh
|
|
pip3 install wheel
|
|
pip3 install malojaserver
|