This commit is contained in:
inxi-svn 2011-06-11 05:13:02 +00:00
parent a4a9e60821
commit 7765c80052

3
inxi
View file

@ -1441,9 +1441,8 @@ check_recommends()
echo $Line echo $Line
echo "You are using bash version: $( bash --version 2>&1 | awk 'BEGIN {IGNORECASE=1} /^GNU bash/ {print $4}' )" echo "You are using bash version: $( bash --version 2>&1 | awk 'BEGIN {IGNORECASE=1} /^GNU bash/ {print $4}' )"
echo $Line echo $Line
echo "If one of these applications is missing, $SCRIPT_NAME cannot operate." check_recommends_items 'required-dirs'echo "If one of these applications is missing, $SCRIPT_NAME cannot operate."
echo $Line echo $Line
check_recommends_items 'required-dirs'
check_recommends_items 'required-apps' check_recommends_items 'required-apps'
echo 'Test Two: Script Recommends for Graphics features. If you do not use X these do not matter.' echo 'Test Two: Script Recommends for Graphics features. If you do not use X these do not matter.'
echo "If one of these applications is missing, $SCRIPT_NAME will have incomplete output." echo "If one of these applications is missing, $SCRIPT_NAME will have incomplete output."