Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Mar 20, 2024
1 parent f5ec11f commit b05e4c8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tests/data/actions/sphinx-setup-3.5.1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
SCRIPT=$(readlink -f "$0")
CWD=$(dirname "$SCRIPT")

wget https://sphinxsearch.com/files/sphinx-3.5.1-82c60cb-linux-amd64.tar.gz -O /tmp/sphinxsearch.tar.gz \
&& mkdir /opt/sphinx \
&& cd /opt/sphinx \
&& tar -zxf /tmp/sphinxsearch.tar.gz \
&& rm /tmp/sphinxsearch.tar.gz
wget https://sphinxsearch.com/files/sphinx-3.5.1-82c60cb-linux-amd64.tar.gz -O /tmp/sphinxsearch.tar.gz
mkdir /opt/sphinx
cd /opt/sphinx && tar -zxf /tmp/sphinxsearch.tar.gz
rm /tmp/sphinxsearch.tar.gz

# make dir that is used in sphinx config
mkdir -p sphinx
Expand Down

0 comments on commit b05e4c8

Please sign in to comment.