Extra Line

Removing line that was duplicated.
pull/1039/head
Dirk Elmendorf 7 months ago committed by GitHub
parent e0e8110ada
commit d8c9b223c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save