We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a16a1e0 + 9045af7 commit 4aca249Copy full SHA for 4aca249
lib/install.sh
@@ -12,4 +12,4 @@ LIBDIR=$(cd $(dirname $0); pwd)
12
python3 -m venv ${LIBDIR}/venv
13
$LIBDIR/venv/bin/pip3 install -U pip
14
$LIBDIR/venv/bin/pip3 install doq
15
-ln -s "${LIBDIR}/venv/bin/doq" "${LIBDIR}/doq"
+ln -sfn "${LIBDIR}/venv/bin/doq" "${LIBDIR}/doq"
0 commit comments