Update setup.sh

Added curl to dependencies for Debian systems
This commit is contained in:
talentoscope
2022-05-02 23:20:13 +01:00
committed by GitHub
parent 88c8fe5570
commit 8e1cdb9103

View File

@@ -155,7 +155,7 @@ function install_macos() {
# Install bot Debian_ubuntu
function install_debian() {
sudo apt-get update
sudo apt-get install -y gcc build-essential autoconf libtool pkg-config make wget git $(echo lib${PYTHON}-dev ${PYTHON}-venv)
sudo apt-get install -y gcc build-essential autoconf libtool pkg-config make wget git curl $(echo lib${PYTHON}-dev ${PYTHON}-venv)
install_talib
}