mirror of
https://github.com/sobolevn/git-secret
synced 2024-10-31 21:20:29 +00:00
Extra Line
Removing line that was duplicated.
This commit is contained in:
parent
e0e8110ada
commit
d8c9b223c9
@ -2,7 +2,7 @@ wget -qO - 'https://gitsecret.jfrog.io/artifactory/api/gpg/key/public' | gpg --d
|
||||
sudo apt-get install apt-transport-https ca-certificates --yes
|
||||
echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/git-secret.gpg] https://gitsecret.jfrog.io/artifactory/git-secret-deb git-secret main" | sudo tee /etc/apt/sources.list.d/git-secret.list
|
||||
sudo apt-get update && sudo apt-get install -y git-secret
|
||||
sudo apt-get update && sudo apt-get install -y git-secret
|
||||
|
||||
|
||||
# Testing, that it worked:
|
||||
git secret --version
|
||||
|
Loading…
Reference in New Issue
Block a user