mirror of
https://github.com/sobolevn/git-secret
synced 2024-10-31 21:20:29 +00:00
7 lines
327 B
Bash
7 lines
327 B
Bash
sh -c "echo 'https://gitsecret.jfrog.io/artifactory/git-secret-apk/all/main'" >> /etc/apk/repositories
|
|
wget -O /etc/apk/keys/git-secret-apk.rsa.pub 'https://gitsecret.jfrog.io/artifactory/api/security/keypair/public/repositories/git-secret-apk'
|
|
apk update && apk add git-secret
|
|
|
|
# Testing, that it worked:
|
|
git secret --version
|