From c130edad8122b039659948431a287032992a4de4 Mon Sep 17 00:00:00 2001 From: blueingreen68 Date: Sat, 30 Dec 2023 15:30:07 +0000 Subject: delete files --- library/cloneDotfiles.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library') diff --git a/library/cloneDotfiles.sh b/library/cloneDotfiles.sh index 4eabf8f..2d7d432 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 "$dirArchIsoFiles"/Passwords.kbdx + wget "$passwordFile" -O "$dirArchIsoFiles"/Passwords.kdbx } openKeepass () { -- cgit