Install newest version of TwitterSearch as Sahana supports it now.

This commit is contained in:
Disassembler 2017-10-08 14:45:10 +02:00
parent 94c706e0ba
commit a5a26f779c
2 changed files with 2 additions and 4 deletions

View File

@ -14,9 +14,8 @@ git -C /srv/sahana submodule update
git clone --depth 1 https://github.com/sahana/eden.git /srv/sahana/applications/eden
# Install TwitterSearch 0.78.6
git clone https://github.com/ckoepp/TwitterSearch.git /tmp/TwitterSearch
git clone --depth 1 https://github.com/ckoepp/TwitterSearch.git /tmp/TwitterSearch
cd /tmp/TwitterSearch
git checkout 85ac221
python setup.py install
cd -
rm -rf /tmp/TwitterSearch

View File

@ -14,9 +14,8 @@ git -C /srv/sambro submodule update
git clone --depth 1 https://github.com/sahana/eden.git /srv/sambro/applications/eden
# Install TwitterSearch 0.78.6
git clone https://github.com/ckoepp/TwitterSearch.git /tmp/TwitterSearch
git clone --depth 1 https://github.com/ckoepp/TwitterSearch.git /tmp/TwitterSearch
cd /tmp/TwitterSearch
git checkout 85ac221
python setup.py install
cd -
rm -rf /tmp/TwitterSearch