Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
liorj-orca authored Aug 29, 2022
1 parent 5fe166a commit c007cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ execute() {
hash_sha256_verify "${tmpdir}/${TARBALL}" "${tmpdir}/${CHECKSUM}"
srcdir="${tmpdir}"
(cd "${tmpdir}" && untar "${TARBALL}")
install -d -m 775 "${BINDIR}"
test ! -d "${BINDIR}" && install -d "${BINDIR}"
binexe="orca-cli"
if [ "$OS" = "windows" ]; then
binexe="${binexe}.exe"
Expand Down

0 comments on commit c007cb0

Please sign in to comment.