mirror of
https://github.com/smxi/inxi.git
synced 2025-01-20 01:17:48 +00:00
bug fix
This commit is contained in:
parent
ef7655b92e
commit
8dca5e9143
3
inxi
3
inxi
|
@ -1441,7 +1441,8 @@ check_recommends()
|
||||||
echo $Line
|
echo $Line
|
||||||
echo "You are running bash version: $( bash --version 2>&1 | awk 'BEGIN {IGNORECASE=1} /^GNU bash/ {print $4}' )"
|
echo "You are running bash version: $( bash --version 2>&1 | awk 'BEGIN {IGNORECASE=1} /^GNU bash/ {print $4}' )"
|
||||||
echo $Line
|
echo $Line
|
||||||
check_recommends_items 'required-dirs'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-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