Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect tar flag in install.sh
The `z` flag in the `tar` command in the `install.sh` script was on the wrong position. This caused the following error: `tar: z: Cannot open: No such file or directory` Making `f` the last flag before the filename and moving the `z` to the front fixes the issue.
- Loading branch information