Check if stow is installed in dotsync
This commit is contained in:
parent
edc9367eb7
commit
f5b26bc555
|
@ -38,7 +38,7 @@ if [ -n "$unmerged_files" ]; then
|
||||||
echo
|
echo
|
||||||
printf %"s\n" "$unmerged_files"
|
printf %"s\n" "$unmerged_files"
|
||||||
else
|
else
|
||||||
stow -t "$HOME" .
|
stow -t "$HOME" . || echo "${RED}Stow uninstalled or not in path!${NC}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "${BLUE}Generating librewolf profiles...${NC}"
|
echo "${BLUE}Generating librewolf profiles...${NC}"
|
||||||
|
|
Loading…
Reference in New Issue