Merge pull request #2312 from SChernykh/dev

Add  missing allow_writes=on to randomx_boost.sh
This commit is contained in:
xmrig 2021-04-25 20:46:07 +07:00 committed by GitHub
commit c50c78b700
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
#!/bin/bash
modprobe msr
modprobe msr allow_writes=on
if cat /proc/cpuinfo | grep "AMD Ryzen" > /dev/null;
then