aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar blueingreen68 <blueingreen68@gmail.com>2023-12-21 11:59:58 +0500
committerLibravatar blueingreen68 <blueingreen68@gmail.com>2023-12-21 11:59:58 +0500
commit43ff13f0c76ca553560374e848afa62205d07562 (patch)
treea9be62158557132bccb72ef9542092929a6f30dd
parent53ebc97c5ef0b8de2f26d310f4ea756013f49d52 (diff)
update install.sh
-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
}