diff options
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") |
