mirror of
https://github.com/krateng/maloja.git
synced 2026-02-20 01:50:02 -05:00
6 lines
109 B
Bash
6 lines
109 B
Bash
#!/usr/bin/env bash
|
|
apt update
|
|
apt install python3 python3-pip
|
|
pip3 install psutil
|
|
pip3 install malojaserver
|