mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-09 13:36:56 +02:00
5 lines
102 B
Bash
Executable File
5 lines
102 B
Bash
Executable File
#!/bin/bash
|
|
set -euo pipefail
|
|
yum install -y jq
|
|
pip install mkdocs-material mkdocs-minify-plugin lunr
|