mirror of
https://github.com/ShaYmez/HBMonv2.git
synced 2026-01-04 14:49:15 -05:00
8 lines
273 B
Bash
8 lines
273 B
Bash
#! /bin/bash
|
|
|
|
# Install the required support programs
|
|
apt-get update
|
|
apt-get install python3 python3-pip python3-dev libffi-dev libssl-dev cargo sed -y
|
|
pip3 install --upgrade setuptools wheel --break-system-packages
|
|
pip3 install -r requirements.txt --break-system-packages
|