1
0
Fork 0

Check if stow is installed in dotsync

This commit is contained in:
Luca Bilke 2023-03-28 22:11:54 +02:00
parent edc9367eb7
commit f5b26bc555
1 changed files with 1 additions and 1 deletions

View File

@ -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}"