Change error message

This commit is contained in:
Sayantan Santra 2022-07-19 19:06:28 -05:00
parent 875a27fb53
commit 25f7a0ee68
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# This is to toggle intel turbo boost.
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
fi