mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
Update setup.sh
Added curl to dependencies for Debian systems
This commit is contained in:
parent
88c8fe5570
commit
8e1cdb9103
2
setup.sh
2
setup.sh
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user