Fix scripts for systems without bash.
This commit is contained in:
parent
3beccae136
commit
5552e1f864
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
HWLOC_VERSION_MAJOR="2"
|
HWLOC_VERSION_MAJOR="2"
|
||||||
HWLOC_VERSION_MINOR="10"
|
HWLOC_VERSION_MINOR="10"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
HWLOC_VERSION="1.11.13"
|
HWLOC_VERSION="1.11.13"
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
LIBRESSL_VERSION="3.5.2"
|
LIBRESSL_VERSION="3.5.2"
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
OPENSSL_VERSION="1.1.1s"
|
OPENSSL_VERSION="1.1.1s"
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
OPENSSL_VERSION="3.0.13"
|
OPENSSL_VERSION="3.0.13"
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
UV_VERSION="1.48.0"
|
UV_VERSION="1.48.0"
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
./build.uv.sh
|
./build.uv.sh
|
||||||
./build.hwloc.sh
|
./build.hwloc.sh
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash -e
|
#!/bin/sh -e
|
||||||
|
|
||||||
# https://xmrig.com/docs/miner/hugepages#onegb-huge-pages
|
# https://xmrig.com/docs/miner/hugepages#onegb-huge-pages
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user