From f00f2f3dcbc335270be28181c2a46ef844821169 Mon Sep 17 00:00:00 2001 From: blueingreen68 Date: Tue, 19 Dec 2023 20:20:07 +0500 Subject: update --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index e587be4..b6773fa 100755 --- a/install.sh +++ b/install.sh @@ -8,7 +8,7 @@ cloneFiles () { } cloneDotfiles () { - keepassxc-cli show ../Yandex.Disk/keepassxc/Passwords.kdbx github | grep "Notes:" | awk '{ print $2 }' | wl-copy + keepassxc-cli show "$dirArchIsoFiles"/Passwords.kdbx github | grep "Notes:" | awk '{ print $2 }' | wl-copy echo "Пароль скопирован и находится в буфере обмена" git clone https://github.com/blueingreen68/.dotfiles dotfiles=~/.dotfiles @@ -43,6 +43,7 @@ startSetup () { ;; Stow) + cloneDotfiles readArrays stowPackageExtract -- cgit