mirror of
https://github.com/sobolevn/git-secret
synced 2024-11-08 19:10:31 +00:00
19941f91f4
* Adds release-ci script to test installation * Fixes CI * Fixes CI * Renames some variables to follow the same SECRETS_ convention
7 lines
312 B
Bash
7 lines
312 B
Bash
wget https://raw.githubusercontent.com/sobolevn/git-secret/master/utils/rpm/git-secret.repo -O git-secret-rpm.repo
|
|
# Inspect what's inside! You can also enable `gpg` check on repo level.
|
|
sudo mv git-secret-rpm.repo /etc/yum.repos.d/
|
|
sudo yum install -y git-secret
|
|
# Testing, that it worked:
|
|
git secret --version
|