mirror of
https://github.com/ShaYmez/HBMonv2.git
synced 2025-05-02 16:08:53 -04:00
add sed required to install
This commit is contained in:
parent
fb16a7a716
commit
449c6427b7
@ -1,6 +1,6 @@
|
|||||||
#! /bin/bash
|
#! /bin/bash
|
||||||
|
|
||||||
# Install the required support programs
|
# Install the required support programs
|
||||||
apt-get install python3 python3-pip python3-dev libffi-dev libssl-dev -y
|
apt-get install python3 python3-pip python3-dev libffi-dev libssl-dev sed -y
|
||||||
pip3 install setuptools wheel
|
pip3 install setuptools wheel
|
||||||
pip3 install -r requirements.txt
|
pip3 install -r requirements.txt
|
||||||
|
Loading…
Reference in New Issue
Block a user