Fixes docs

pull/663/head
sobolevn 3 years ago
parent 0662e147ed
commit fcf25ff546
No known key found for this signature in database
GPG Key ID: FF672D568AE3C73E

@ -12,7 +12,7 @@
- Removed `test-kitchen`
- Moved from `travis` to GitHub Actions
- Changed almost all infrastructure code
- Moved away from Bintray
- Moved away from Bintray to Artifactory
- Changes how GitHub Pages work
- Add security disclaimer for git-secret-killperson
- Improve documentation about releases

@ -39,7 +39,7 @@ Pre-requirements: make sure you have installed `apt-transport-https` and `ca-cer
```bash
sudo sh -c "echo 'deb https://gitsecret.jfrog.io/artifactory/git-secret-deb git-secret main' >> /etc/apt/sources.list"
wget -qO - https://gitsecret.jfrog.io/artifactory/api/gpg/key/public | apt-key add - | sudo apt-key add -
wget -qO - https://gitsecret.jfrog.io/artifactory/api/gpg/key/public | sudo apt-key add -
sudo apt-get update
sudo apt-get install git-secret
```

@ -7,7 +7,7 @@ source "$SECRET_PROJECT_ROOT/utils/build-utils.sh"
preinstall_files '-c'
# Building .deb package:
# Building .apk package:
cd "$SCRIPT_DEST_DIR" && build_package 'apk'
# Cleaning up:

Loading…
Cancel
Save