diff options
| author | 2023-12-21 12:04:54 +0500 | |
|---|---|---|
| committer | 2023-12-21 12:04:54 +0500 | |
| commit | f115880293ff7cf47344dc6844c6a2d0fe8e9b34 (patch) | |
| tree | d3d0dc2d71d00e0dc1d82d596c0ab2132907ab06 | |
| parent | 43ff13f0c76ca553560374e848afa62205d07562 (diff) | |
update install.sh
| -rwxr-xr-x | install.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -31,7 +31,6 @@ openKeepass () { } cloneDotfiles () { - # Сделать повторный ввод пароля while : do openKeepass @@ -43,7 +42,9 @@ cloneDotfiles () { done + cd git clone https://github.com/blueingreen68/.dotfiles + wl-copy -c } readArrays () { |
