mirror of
https://github.com/SinTan1729/random.git
synced 2024-12-25 20:58:37 -06:00
Change error message
This commit is contained in:
parent
875a27fb53
commit
25f7a0ee68
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
# This is to toggle intel turbo boost.
|
# This is to toggle intel turbo boost.
|
||||||
|
|
||||||
if [[ -z $(which rdmsr) ]]; then
|
if [[ -z $(which rdmsr) ]]; then
|
||||||
echo "msr-tools is not installed. Run 'sudo apt-get install msr-tools' to install it." >&2
|
echo "msr-tools is not installed. Please install it and try again." >&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue