mirror of
https://github.com/actions/runner-images.git
synced 2025-12-11 03:27:05 +00:00
9 lines
275 B
Bash
9 lines
275 B
Bash
#!/bin/bash -e
|
|
################################################################################
|
|
## File: sphinx.sh
|
|
## Desc: Installs Sphinx
|
|
################################################################################
|
|
|
|
# Install Sphinx
|
|
apt-get install -y sphinxsearch
|