diff --git a/README.rst b/README.rst index 6a4fe46..a103a6a 100644 --- a/README.rst +++ b/README.rst @@ -198,7 +198,7 @@ Download -------- Download the repository from: - + Installation @@ -210,12 +210,12 @@ also want to install the manual page. You can do this by:: - curl https://codeload.github.com/odkr/lpassh-add/tar.gz/v1.0.4 | tar -xz + curl https://codeload.github.com/odkr/lpassh-add/tar.gz/v1.0.5 | tar -xz # Check the source! - more lpassh-add-1.0.4/lpassh-add + more lpassh-add-1.0.5/lpassh-add # If -- and only if -- you like what you see, continue by: sudo mkdir -pm 0755 /usr/local/bin - sudo cp lpassh-add-1.0.4/lpassh-add /usr/local/bin + sudo cp lpassh-add-1.0.5/lpassh-add /usr/local/bin sudo cp lpassh-add.1.man /usr/local/share/man/man1 Note, ``lpassh-add`` *must* reside in a directory that's in the ``PATH``, @@ -224,7 +224,7 @@ or else ``ssh-add`` can't find it. There isn't much of a point in keeping the repository around, so you may then wish to delete it by saying:: - rm -rf lpassh-add-1.0.4 + rm -rf lpassh-add-1.0.5 Documentation diff --git a/lpassh-add b/lpassh-add index 615a482..192ef86 100755 --- a/lpassh-add +++ b/lpassh-add @@ -1,5 +1,5 @@ #!/bin/sh -# lpass-ssh-add v1.0.5b - Get SSh private key passphrases from LastPass +# lpass-ssh-add v1.0.5 - Get SSh private key passphrases from LastPass # # Copyright 2018, 2019 Odin Kroeger # @@ -255,7 +255,7 @@ EOF ;; --version) exec cat <