From 9c529b5d04e63e7b1c3f7c50be3010799bd6fe98 Mon Sep 17 00:00:00 2001 From: blueingreen68 Date: Sat, 30 Dec 2023 15:26:15 +0000 Subject: update files --- library/cloneDotfiles.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library/cloneDotfiles.sh') diff --git a/library/cloneDotfiles.sh b/library/cloneDotfiles.sh index e84fe36..4eabf8f 100755 --- a/library/cloneDotfiles.sh +++ b/library/cloneDotfiles.sh @@ -3,7 +3,7 @@ getKdbxFile () { read -r passwordFile < <(yadisk-direct https://yadi.sk/d/o4TMFnHFobxTsw) - wget "$passwordFile" -O $HOME/"$dirArchIsoFiles"/Passwords.kbdx + wget "$passwordFile" -O "$dirArchIsoFiles"/Passwords.kbdx } openKeepass () { -- cgit