From 840233e3d4a0ac1be54491377cd9d2783c7181d7 Mon Sep 17 00:00:00 2001 From: chee Date: Sat, 1 Aug 2020 00:52:55 +0100 Subject: [PATCH] linux --- gen.bash | 6 +++--- setup.sh | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gen.bash b/gen.bash index f5ece84..8a8b052 100755 --- a/gen.bash +++ b/gen.bash @@ -24,10 +24,10 @@ if [ ! -z "$user" ]; then fi echo "$password -$userline" | pbcopy +$userline" | xclip -i -selection clipboard pass edit $passname -echo -n $password | pbcopy +echo -n $password | xclip -i -selection clipboard -$HOME/bin/sync +$HOME/bin/syncup diff --git a/setup.sh b/setup.sh index 09faa0a..48a0760 100755 --- a/setup.sh +++ b/setup.sh @@ -1,3 +1,3 @@ #!/bin/sh -mkdir -p /usr/local/lib/password-store/extensions -ln -s `pwd`/gen.bash /usr/local/lib/password-store/extensions/gen.bash +mkdir -p /usr/lib/password-store/extensions +ln -s `pwd`/gen.bash /usr/lib/password-store/extensions/gen.bash