mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
added --recommends suggestion to non x mode start
This commit is contained in:
parent
6a2f09858f
commit
6297a1f519
2
inxi
2
inxi
|
@ -792,7 +792,7 @@ check_script_depends()
|
||||||
do
|
do
|
||||||
app_path=$( type -p $app_name )
|
app_path=$( type -p $app_name )
|
||||||
if [[ -z $app_path ]];then
|
if [[ -z $app_path ]];then
|
||||||
script_debugger "Resuming in non X mode: $app_name not found in path"
|
script_debugger "Resuming in non X mode: $app_name not found in path. Use --recommends for solution"
|
||||||
B_SHOW_X_DATA='false'
|
B_SHOW_X_DATA='false'
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue