Install newest version of TwitterSearch as Sahana supports it now.
This commit is contained in:
parent
94c706e0ba
commit
a5a26f779c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user