Fix scripts for systems without bash.

This commit is contained in:
XMRig
2024-03-21 02:13:01 +07:00
parent a2fc75b3f4
commit 7a562fc5ab
8 changed files with 8 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash -e
#!/bin/sh -e
OPENSSL_VERSION="1.1.1s"