mirror of
https://github.com/gosticks/PaperWM.git
synced 2026-08-16 22:20:28 +00:00
fixup! install.sh: overwrite symlinks (but only symlinks)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user