mirror of
https://github.com/zulip/zulip.git
synced 2026-07-21 21:05:48 +08:00
The install script was failing on 2nd+ attempts if the first attempt was interrupted. This failure happened because zulip-venv already existed at `current_venv_path`. Changing the `ln` command's flags from `-s` to `-nsf` should make this part of the script idempotent.