#! /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