mirror of
https://github.com/ShaYmez/HBmonitor.git
synced 2024-12-22 01:10:56 -05:00
add sed required to install
This commit is contained in:
parent
ffeae482fb
commit
277b1fc575
@ -1,6 +1,6 @@
|
||||
#! /bin/bash
|
||||
|
||||
# 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 -r requirements.txt
|
||||
|
Loading…
Reference in New Issue
Block a user