mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00: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.
1.2 KiB
Executable File
1.2 KiB
Executable File