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
|
||||
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}"
|
||||
|
|
Loading…
Reference in New Issue