mirror of
https://github.com/ShaYmez/HBmonitor.git
synced 2024-10-31 22:37:14 -04:00
50616e3513
Switch to HBmonitor3
7 lines
190 B
Bash
7 lines
190 B
Bash
#! /bin/bash
|
|
|
|
# Install the required support programs
|
|
apt-get install python3 python3-pip python3-dev libffi-dev libssl-dev -y
|
|
pip3 install setuptools wheel
|
|
pip3 install -r requirements.txt
|