aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh7
1 files changed, 1 insertions, 6 deletions
diff --git a/install.sh b/install.sh
index 0a724eb..9bf62f6 100755
--- a/install.sh
+++ b/install.sh
@@ -27,7 +27,7 @@ yaySetupPkg () {
openKeepass () {
setStatusE true
- entryKey=$(keepassxc-cli show "$dirArchIsoFiles"/Passwords.kdbx github)
+ keepassxc-cli clip "$dirArchIsoFiles"/Passwords.kdbx github 0 -a token-cli
}
cloneDotfiles () {
@@ -43,11 +43,6 @@ cloneDotfiles () {
done
- notesKey=$(echo "$entryKey" | grep "Notes:")
-
- echo "$notesKey" | awk '{ print $2 }' | wl-copy
-
- echo "Пароль скопирован и находится в буфере обмена"
git clone https://github.com/blueingreen68/.dotfiles
}