1
0
Fork 0
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:
Sayantan Santra 2022-07-19 19:06:28 -05:00
parent 875a27fb53
commit 25f7a0ee68

View file

@ -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