fix checking for cached ta-lib
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
if [ ! -d "ta-lib" ]; then
|
||||
if [ ! -f "ta-lib/CHANGELOG.TXT" ]; then
|
||||
wget http://prdownloads.sourceforge.net/ta-lib/ta-lib-0.4.0-src.tar.gz
|
||||
tar zxvf ta-lib-0.4.0-src.tar.gz
|
||||
cd ta-lib && ./configure && make && sudo make install && cd ..
|
||||
|
Reference in New Issue
Block a user