Fixes docs, ignoring docs/_includes/install-*.sh

pull/667/head
sobolevn 3 years ago
parent d2b9184f19
commit c7ea3d0ec7
No known key found for this signature in database
GPG Key ID: FF672D568AE3C73E

@ -1,4 +0,0 @@
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' | sudo apt-key add -
sudo apt-get update && sudo apt-get install -y git-secret
git secret --version

@ -1,4 +0,0 @@
wget https://raw.githubusercontent.com/sobolevn/git-secret/master/utils/rpm/git-secret.repo -O git-secret-rpm.repo
# Inspect what's inside! You can also enable `gpg` check on repo level.
sudo mv git-secret-rpm.repo /etc/yum.repos.d/
sudo yum install -y git-secret

@ -64,7 +64,7 @@ function copy_install_scripts {
# so, installation instructions will always be up-to-date:
cp utils/deb/install.sh docs/_includes/install-deb.sh
cp utils/rpm/install.sh docs/_includes/install-rpm.sh
cp utils/apk/install.sh docs/_includes/install-akp.sh
cp utils/apk/install.sh docs/_includes/install-apk.sh
}

Loading…
Cancel
Save