-
Notifications
You must be signed in to change notification settings - Fork 57
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
[Bug]: Installer does not work on macOS #458
Labels
bug
Something isn't working
Comments
fkautz
added a commit
to fkautz/witness
that referenced
this issue
May 30, 2024
… verification The install-witness.sh script did not work on macOS due to the absence of the sha256sum command. This patch adds a check to use shasum -a 256 if sha256sum is not available, ensuring the script runs correctly on macOS. - Added a conditional check to use shasum -a 256 when sha256sum is not found - Updated the FILE_CHECKSUM assignment to support both commands Closes in-toto#458 Signed-off-by: Frederick F. Kautz IV <frederick@testifysec.com>
jkjell
pushed a commit
to fkautz/witness
that referenced
this issue
Jun 1, 2024
… verification The install-witness.sh script did not work on macOS due to the absence of the sha256sum command. This patch adds a check to use shasum -a 256 if sha256sum is not available, ensuring the script runs correctly on macOS. - Added a conditional check to use shasum -a 256 when sha256sum is not found - Updated the FILE_CHECKSUM assignment to support both commands Closes in-toto#458 Signed-off-by: Frederick F. Kautz IV <frederick@testifysec.com>
jkjell
pushed a commit
that referenced
this issue
Jun 1, 2024
… verification (#459) The install-witness.sh script did not work on macOS due to the absence of the sha256sum command. This patch adds a check to use shasum -a 256 if sha256sum is not available, ensuring the script runs correctly on macOS. - Added a conditional check to use shasum -a 256 when sha256sum is not found - Updated the FILE_CHECKSUM assignment to support both commands Closes #458 Signed-off-by: Frederick F. Kautz IV <frederick@testifysec.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What steps did you take and what happened:
install-witness.sh fails to install witness on macos systems.
What did you expect to happen:
for witness to be installed.
Anything else you would like to add:
i got a patch coming next, creating this for completion.
Environment:
macos
The text was updated successfully, but these errors were encountered: