mirror of
https://github.com/krateng/maloja.git
synced 2026-02-19 09:30:18 -05:00
5 lines
89 B
Bash
5 lines
89 B
Bash
#!/usr/bin/env bash
|
|
apt update
|
|
apt install python3 python3-pip
|
|
pip3 install malojaserver
|