mirror of
https://github.com/xmrig/xmrig.git
synced 2025-01-10 21:04:37 +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
|
||||
|
||||
modprobe msr
|
||||
modprobe msr allow_writes=on
|
||||
|
||||
if cat /proc/cpuinfo | grep "AMD Ryzen" > /dev/null;
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue