Install the kingfisher secret detection tool
This commit is contained in:
parent
a1aef0ef79
commit
e67964fe6a
1 changed files with 12 additions and 0 deletions
12
.local/share/github-versions/kingfisher
Executable file
12
.local/share/github-versions/kingfisher
Executable file
|
|
@ -0,0 +1,12 @@
|
||||||
|
#! /usr/bin/sh
|
||||||
|
|
||||||
|
package=kingfisher
|
||||||
|
repo=mongodb/kingfisher
|
||||||
|
resource=kingfisher-linux-x64.tgz
|
||||||
|
|
||||||
|
install_kingfisher() {
|
||||||
|
tar xz --directory="$(systemd-path user-binaries)" kingfisher
|
||||||
|
chmod 550 "$(systemd-path user-binaries)"/kingfisher
|
||||||
|
}
|
||||||
|
|
||||||
|
github_update "${package}" "${repo}" "${resource}" install_kingfisher
|
||||||
Loading…
Add table
Add a link
Reference in a new issue