mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +00:00
* Remove docs logic on Ubuntu * Cleanup templates * Fix oras-cli.sh * Remove announcements.md
10 lines
273 B
Bash
10 lines
273 B
Bash
#!/bin/bash
|
|
################################################################################
|
|
## File: sphinx.sh
|
|
## Desc: Installs Sphinx
|
|
################################################################################
|
|
|
|
|
|
# Install Sphinx
|
|
apt-get install -y sphinxsearch
|