mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Update install scripts
This commit is contained in:
parent
5c6a901f51
commit
d551513733
@ -1,3 +1,4 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
apk add python3 python3-dev gcc libxml2-dev libxslt-dev py3-pip libc-dev
|
apk add python3 python3-dev gcc libxml2-dev libxslt-dev py3-pip libc-dev linux-headers
|
||||||
|
pip3 install psutil
|
||||||
pip3 install malojaserver
|
pip3 install malojaserver
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
apt update
|
apt update
|
||||||
apt install python3 python3-pip
|
apt install python3 python3-pip
|
||||||
|
pip3 install psutil
|
||||||
pip3 install malojaserver
|
pip3 install malojaserver
|
||||||
|
Loading…
Reference in New Issue
Block a user