Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(install_linux): Update unzip arguments (#1771)
Use `-o` (overwrite) instead of `-u` (update). Behaviourally, there shouldn't be any difference from this change. This improves compatibility with BusyBox unzip, which only supports `-o`.
- Loading branch information