From 9b541a0e2a4c54bf8ad0dfcf7e4bdf025db68a80 Mon Sep 17 00:00:00 2001 From: enggnr <129082112+enggnr@users.noreply.github.com> Date: Sat, 27 Apr 2024 11:11:57 +0530 Subject: [PATCH] Add installation method for sftpgo-plugin-auth --- software.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/software.yml b/software.yml index cc7ec87d..7f6a6e10 100644 --- a/software.yml +++ b/software.yml @@ -11719,6 +11719,8 @@ softwarePackages: sudo mv -f $(which sftpgo-plugin-auth) /usr/local/bin/sftpgo-plugin-auth _short: "sftpgo-plugin-auth is a plugin for SFTPGo that allows custom authentication methods to be used with the SFTP server. " go: github.com/sftpgo/sftpgo-plugin-auth@latest + script:darwin: curl -sSf https://github.com/sftpgo/sftpgo-plugin-auth/releases/download/v1.0.4/sftpgo-plugin-auth-darwin-amd64 -o /usr/local/bin/sftpgo-plugin-auth + script:linux: curl -sSf https://github.com/sftpgo/sftpgo-plugin-auth/releases/download/v1.0.4/sftpgo-plugin-auth-linux-amd64 -o /usr/local/bin/sftpgo-plugin-auth share: _bin: share _desc: Quickly share files from your command line