git-secret/utils/apk/install.sh
2021-05-06 17:49:44 +03:00

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