mirror of
https://github.com/xmrig/xmrig.git
synced 2025-03-21 06:38:56 +00:00
Merge pull request #2312 from SChernykh/dev
Add missing allow_writes=on to randomx_boost.sh
This commit is contained in:
commit
c50c78b700
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
modprobe msr
|
modprobe msr allow_writes=on
|
||||||
|
|
||||||
if cat /proc/cpuinfo | grep "AMD Ryzen" > /dev/null;
|
if cat /proc/cpuinfo | grep "AMD Ryzen" > /dev/null;
|
||||||
then
|
then
|
||||||
|
|
Loading…
Reference in a new issue