Add missing allow_writes=on to randomx_boost.sh

This commit is contained in:
SChernykh 2021-04-25 15:31:30 +02:00
parent 695fbc013b
commit cd7ab2c79f

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