mirror of
https://github.com/sobolevn/git-secret
synced 2024-11-16 21:26:12 +00:00
8 lines
313 B
Bash
8 lines
313 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
|