fix setup.sh link creation

This commit is contained in:
kento2 2026-02-25 17:44:08 +01:00
parent 1d5d1277a2
commit 61a01bf297

View file

@ -30,7 +30,7 @@ while read -r path; do
continue continue
fi fi
ln -fs "$(realpath "$path")" "$HOME/$path" ln -fs "$(realpath "$HOME/$path")" "$HOME/$path"
echo "[x] created symlink $path -> $HOME/$path" echo "[x] created symlink $path -> $HOME/$path"
fi fi
done done