mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
slight tweak of layout of --recommends
This commit is contained in:
parent
e19069c1af
commit
a4a9e60821
5
inxi
5
inxi
|
@ -3,7 +3,7 @@
|
||||||
#### Script Name: inxi
|
#### Script Name: inxi
|
||||||
#### version: 1.6.6
|
#### version: 1.6.6
|
||||||
#### Date: June 10 2011
|
#### Date: June 10 2011
|
||||||
#### Patch Number: 03
|
#### Patch Number: 04
|
||||||
########################################################################
|
########################################################################
|
||||||
#### SPECIAL THANKS
|
#### SPECIAL THANKS
|
||||||
########################################################################
|
########################################################################
|
||||||
|
@ -1438,10 +1438,11 @@ check_recommends()
|
||||||
echo "$SCRIPT_NAME will now begin checking for the programs it needs to operate."
|
echo "$SCRIPT_NAME will now begin checking for the programs it needs to operate."
|
||||||
echo $Line
|
echo $Line
|
||||||
echo 'Test One: Script Dependencies and Required System Directories.'
|
echo 'Test One: Script Dependencies and Required System Directories.'
|
||||||
echo "If one of these applications is missing, $SCRIPT_NAME cannot operate."
|
|
||||||
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."
|
||||||
|
echo $Line
|
||||||
check_recommends_items 'required-dirs'
|
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.'
|
||||||
|
|
Loading…
Reference in a new issue