Anotehr HiveOS Update

This commit is contained in:
MooCat 2021-04-18 01:13:27 -04:00 committed by GitHub
parent 5e1b84ddb1
commit cf7d9feb44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ apt upgrade -y ; apt dist-upgrade -y ;
echo "INSTALLING REQ'D PACKAGES"
# libssl-dev (REMOVED FOR HIVEOS)
# libssl-dev (REMOVED FOR HIVEOS ONLY)
apt install -y htop cpulimit git build-essential cmake libuv1-dev libhwloc-dev automake libtool autoconf ;
@ -24,7 +24,9 @@ cd xmrig
echo "CMAKE XMRIG"
cmake ./
# TLS OFF FOR HIVEOS ONLY
cmake ./ -DWITH_TLS=OFF
echo "MAKE XMRIG"