diff options
| author | 2024-01-18 15:24:45 +0500 | |
|---|---|---|
| committer | 2024-01-18 15:24:45 +0500 | |
| commit | d6cc30f7d93752dcca16e706d486058711c0d159 (patch) | |
| tree | 417a99a0bddcc6417b17d5c6771f6f9258b1c4e2 /library/cloneDotfiles.sh | |
| parent | 7a6b941a4ec3592dfddb06f9ad62ecd60a33b08d (diff) | |
update & archived rep
Diffstat (limited to 'library/cloneDotfiles.sh')
| -rwxr-xr-x | library/cloneDotfiles.sh | 4 |
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 () { |
