Skip to content

Commit 9a94a07

Browse files
committed
Added to Help Panel. Added md5sum to prereqs.
1 parent 198af03 commit 9a94a07

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

system-info

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)