diff --git a/.local/share/github-versions/kingfisher b/.local/share/github-versions/kingfisher new file mode 100755 index 0000000..116183e --- /dev/null +++ b/.local/share/github-versions/kingfisher @@ -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