mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-18 15:56:47 +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
|