diff --git a/commit.sh b/commit.sh index fb850d2..f079d57 100755 --- a/commit.sh +++ b/commit.sh @@ -1,4 +1,4 @@ #!/bin/sh -git add -f LICENSE README.md commit.sh extensions extra pointers +git add -f LICENSE README.md commit.sh extensions extra pointers .gitignore git commit -m "$1" git push diff --git a/extensions/sshyp-mfa/sshyp-mfa.ext b/extensions/sshyp-mfa/sshyp-mfa.ext index 0f9a762..2179b22 100644 --- a/extensions/sshyp-mfa/sshyp-mfa.ext +++ b/extensions/sshyp-mfa/sshyp-mfa.ext @@ -1,3 +1,3 @@ [config] input = copy -m -output = sshyp-mfa +output = /usr/lib/sshyp/sshyp-mfa.py diff --git a/pointers/v1.5.0 b/pointers/v1.5.0 index a39c3b0..959dbfe 100644 --- a/pointers/v1.5.0 +++ b/pointers/v1.5.0 @@ -1,5 +1,4 @@ [sshyp-mfa] -supported = true desc = read mfa data from sshyp entries to generate and copy totp keys to the clipboard (optional Steam support) usage = sshyp / copy -m py = https://raw.githubusercontent.com/rwinkhart/sshyp-labs/v1.5.0.1/sshyp-mfa/sshyp-mfa.py