From f5b26bc555e2452b9d5a5c224520376b10d928ce Mon Sep 17 00:00:00 2001 From: Luca Bilke Date: Tue, 28 Mar 2023 22:11:54 +0200 Subject: [PATCH] Check if stow is installed in dotsync --- .local/bin/dotsync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/dotsync b/.local/bin/dotsync index b49122c2..bd896f5d 100755 --- a/.local/bin/dotsync +++ b/.local/bin/dotsync @@ -38,7 +38,7 @@ if [ -n "$unmerged_files" ]; then echo printf %"s\n" "$unmerged_files" else - stow -t "$HOME" . + stow -t "$HOME" . || echo "${RED}Stow uninstalled or not in path!${NC}" fi echo "${BLUE}Generating librewolf profiles...${NC}"