git-secret/utils/rpm/install.sh

8 lines
313 B
Bash
Raw Normal View History

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
2021-05-06 14:47:41 +00:00
# Testing, that it worked:
git secret --version