From 25f7a0ee686636935821d04b7f345bd8c68eb527 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Tue, 19 Jul 2022 19:06:28 -0500 Subject: [PATCH] Change error message --- turbo-boost | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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