diff --git a/turbo-boost b/turbo-boost index 7d8c1c6..e8466bd 100644 --- a/turbo-boost +++ b/turbo-boost @@ -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