diff options
| author | 2023-12-30 12:18:01 +0000 | |
|---|---|---|
| committer | 2023-12-30 12:18:01 +0000 | |
| commit | f04d5393ada04321b2b302535f1a198d13dcf6b7 (patch) | |
| tree | 93100847e2d518ee5761edda0f8914811609543b /library/stow/stow.sh | |
| parent | 7119020afd07b573779f218389e087c324910526 (diff) | |
add installers
Diffstat (limited to 'library/stow/stow.sh')
| -rw-r--r-- | library/stow/stow.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/library/stow/stow.sh b/library/stow/stow.sh index 882d730..2a37175 100644 --- a/library/stow/stow.sh +++ b/library/stow/stow.sh @@ -18,15 +18,16 @@ abortedPkg () { } startStow () { - abortedPkg "delete" - stowReadArrays - + if [ -d "$dotfiles" ]; then echo "✅ Папка .dotfiles есть" else source "$dirArchIsoFiles"/library/cloneDotfiles.sh fi + abortedPkg "delete" + stowReadArrays + select event in "Stow extract" "Stow update" "Stow add" "Stow adopt" "Back"; do case "$event" in "Stow extract") |
