Extra Line

Removing line that was duplicated.
This commit is contained in:
Dirk Elmendorf 2023-11-11 06:39:12 -06:00 committed by GitHub
parent e0e8110ada
commit d8c9b223c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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