diff options
| author | 2023-12-21 11:59:58 +0500 | |
|---|---|---|
| committer | 2023-12-21 11:59:58 +0500 | |
| commit | 43ff13f0c76ca553560374e848afa62205d07562 (patch) | |
| tree | a9be62158557132bccb72ef9542092929a6f30dd /install.sh | |
| parent | 53ebc97c5ef0b8de2f26d310f4ea756013f49d52 (diff) | |
update install.sh
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -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 } |
