mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
fix
This commit is contained in:
parent
a4a9e60821
commit
7765c80052
3
inxi
3
inxi
|
@ -1441,9 +1441,8 @@ check_recommends()
|
|||
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."
|
||||
check_recommends_items 'required-dirs'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.'
|
||||
echo "If one of these applications is missing, $SCRIPT_NAME will have incomplete output."
|
||||
|
|
Loading…
Reference in a new issue