mirror of
https://github.com/sobolevn/git-secret
synced 2024-11-08 19:10:31 +00:00
5 lines
264 B
Bash
5 lines
264 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
|