From 43ff13f0c76ca553560374e848afa62205d07562 Mon Sep 17 00:00:00 2001 From: blueingreen68 Date: Thu, 21 Dec 2023 11:59:58 +0500 Subject: update install.sh --- install.sh | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'install.sh') 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 } -- cgit