mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
text cleanup
This commit is contained in:
parent
7765c80052
commit
ef7655b92e
2
inxi
2
inxi
|
@ -1439,7 +1439,7 @@ check_recommends()
|
||||||
echo $Line
|
echo $Line
|
||||||
echo 'Test One: Script Dependencies and Required System Directories.'
|
echo 'Test One: Script Dependencies and Required System Directories.'
|
||||||
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 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
|
||||||
|
|
Loading…
Reference in a new issue