Skip to content

Commit 4aca249

Browse files
authored
Merge pull request #112 from roachsinai/add_force_option
Add option f and n for ln command.
2 parents a16a1e0 + 9045af7 commit 4aca249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ LIBDIR=$(cd $(dirname $0); pwd)
1212
python3 -m venv ${LIBDIR}/venv
1313
$LIBDIR/venv/bin/pip3 install -U pip
1414
$LIBDIR/venv/bin/pip3 install doq
15-
ln -s "${LIBDIR}/venv/bin/doq" "${LIBDIR}/doq"
15+
ln -sfn "${LIBDIR}/venv/bin/doq" "${LIBDIR}/doq"

0 commit comments

Comments
 (0)