2020-10-07 13:49:40 +05:00
|
|
|
#!/bin/bash -e
|
2019-12-13 09:48:00 -05:00
|
|
|
################################################################################
|
|
|
|
|
## File: sphinx.sh
|
|
|
|
|
## Desc: Installs Sphinx
|
|
|
|
|
################################################################################
|
|
|
|
|
|
2020-12-29 10:02:46 +03:00
|
|
|
|
2019-12-13 09:48:00 -05:00
|
|
|
# Install Sphinx
|
|
|
|
|
apt-get install -y sphinxsearch
|
2020-12-29 10:02:46 +03:00
|
|
|
|
|
|
|
|
invoke_tests "Tools" "Sphinx"
|