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…
Add table
Add a link
Reference in a new issue