diff --git a/inxi b/inxi index a39170a..e9510e6 100755 --- a/inxi +++ b/inxi @@ -3,7 +3,7 @@ #### Script Name: inxi #### version: 1.6.6 #### Date: June 10 2011 -#### Patch Number: 03 +#### Patch Number: 04 ######################################################################## #### SPECIAL THANKS ######################################################################## @@ -1438,10 +1438,11 @@ check_recommends() echo "$SCRIPT_NAME will now begin checking for the programs it needs to operate." echo $Line echo 'Test One: Script Dependencies and Required System Directories.' - echo "If one of these applications is missing, $SCRIPT_NAME cannot operate." echo $Line echo "You are using bash version: $( bash --version 2>&1 | awk 'BEGIN {IGNORECASE=1} /^GNU bash/ {print $4}' )" echo $Line + echo "If one of these applications is missing, $SCRIPT_NAME cannot operate." + echo $Line check_recommends_items 'required-dirs' check_recommends_items 'required-apps' echo 'Test Two: Script Recommends for Graphics features. If you do not use X these do not matter.'