fixup! install.sh: overwrite symlinks (but only symlinks)

This commit is contained in:
Tor Hedin Brønner
2019-01-19 20:33:20 +01:00
parent 3e4617da41
commit 0089aca022
+1 -1
View File
@@ -6,5 +6,5 @@ if [[ -L "$DEST" || ! -e "$DEST" ]]; then
ln -fTs "$(realpath ./src)" "$DEST"
else
echo Install destination already exists: "$DEST"
echo " re run install to fix it."
echo " Move it before running install again to fix"
fi