Skip to content

Commit 42e41fb

Browse files
committed
fix installation
Signed-off-by: pco <pasquale.convertini@ibm.com>
1 parent f76ce99 commit 42e41fb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

install.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@ if [[ INSTALL_DEPS -eq 1 ]]; then
5252
"${DOTFILES_REPO_DIR}/brew.sh"
5353
fi
5454

55-
# install missing dependency
56-
if (! command -v stow >/dev/null 2>&1); then
57-
echo "stow is not installed. Installing it..."
58-
brew install stow
59-
fi
60-
6155
if [[ INSTALL_FORCE -eq 1 ]]; then
6256
# move all conflicting files under ~/.dot-backup
6357
mkdir -p "${DOTFILES_REPO_DIR}/backup"

0 commit comments

Comments
 (0)