Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix postinstall script on linux #146

Merged
merged 2 commits into from Jul 31, 2023

Conversation

mihaiblaga89
Copy link
Member

  • calling it with sh means it's using shell and ignoring the bash shebang from the top of the file. -o pipefail is a bash feature.
  • #!/usr/bin/env bash is preffered instead of #!/bin/bash

@mihaiblaga89 mihaiblaga89 marked this pull request as ready for review July 31, 2023 15:16
@mihaiblaga89 mihaiblaga89 merged commit c5040fe into release/1.0 Jul 31, 2023
1 check passed
@aurimasmi aurimasmi deleted the fix/postinstall_script_crossplatform branch August 23, 2023 06:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant