remove unnecessary seb command

This commit is contained in:
Axel Cherubin 2018-08-05 17:28:53 -04:00
parent a5554604e0
commit 848ecb91bb
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@ if [ ! -f "ta-lib/CHANGELOG.TXT" ]; then
cd ta-lib && sed -i "s|0.00000001|0.000000000000000001 |g" src/ta_func/ta_utility.h && ./configure && make && sudo make install && cd ..
else
echo "TA-lib already installed, skipping download and build."
cd ta-lib && sed -i "s|0.00000001|0.000000000000000001 |g" src/ta_func/ta_utility.h && sudo make install && cd ..
cd ta-lib && sudo make install && cd ..
fi