aboutsummaryrefslogtreecommitdiff
path: root/library
diff options
context:
space:
mode:
authorLibravatar blueingreen68 <blueingreen68@gmail.com>2024-01-18 15:24:45 +0500
committerLibravatar blueingreen68 <blueingreen68@gmail.com>2024-01-18 15:24:45 +0500
commitd6cc30f7d93752dcca16e706d486058711c0d159 (patch)
tree417a99a0bddcc6417b17d5c6771f6f9258b1c4e2 /library
parent7a6b941a4ec3592dfddb06f9ad62ecd60a33b08d (diff)
update & archived rep
Diffstat (limited to 'library')
-rwxr-xr-xlibrary/cloneDotfiles.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cloneDotfiles.sh b/library/cloneDotfiles.sh
index 2d7d432..2589c58 100755
--- a/library/cloneDotfiles.sh
+++ b/library/cloneDotfiles.sh
@@ -1,9 +1,9 @@
#!/bin/bash
getKdbxFile () {
- read -r passwordFile < <(yadisk-direct https://yadi.sk/d/o4TMFnHFobxTsw)
+ read -r passwordFileLink < <(yadisk-direct https://yadi.sk/d/o4TMFnHFobxTsw)
- wget "$passwordFile" -O "$dirArchIsoFiles"/Passwords.kdbx
+ wget "$passwordFileLink" -O "$dirArchIsoFiles"/Passwords.kdbx
}
openKeepass () {