mirror of
https://github.com/xmrig/xmrig.git
synced 2024-11-17 00:07:44 +00:00
Add missing allow_writes=on to randomx_boost.sh
This commit is contained in:
parent
695fbc013b
commit
cd7ab2c79f
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