File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -107,8 +107,13 @@ function CheckArgs()
107107 echo -e " # range 0 through 5"
108108 echo -e " Example: system-info -s 5 turns on debugging messages"
109109 nl
110- echo -e " Asks the user 2 questions to describe the problem they are having, then "
111- echo -e " creates $sname .txt in their Home directory."
110+ echo -e " Parts of the script need elevated permissions (sudo) to get the correct "
111+ echo -e " information from your system, while other parts do not. We have "
112+ echo -e " determined where that needs to be used and when not. While the script is "
113+ echo -e " running, you will be asked to enter your userID's password."
114+ nl
115+ echo -e " It then asks the user 2 questions to describe the problem they are having, "
116+ echo -e " then creates $sname .txt in their Home directory."
112117 nl
113118 echo -e " Will check programs used by this script, and give the user the option to "
114119 echo -e " quit to install anything it finds missing. Will give the user the option "
@@ -145,6 +150,7 @@ function CheckPrerequisites()
145150 free
146151 gsettings
147152 gzip
153+ md5sum
148154 mokutil
149155 curl
150156 pastebinit
You can’t perform that action at this time.
0 commit comments