mirror of
https://github.com/smxi/inxi.git
synced 2025-01-19 17:07:49 +00:00
fixed missing app error message, now shows: inxi --recommends as solution/recommendation for further action.
This commit is contained in:
parent
53f3a4e74f
commit
8b297bd69e
2
inxi
2
inxi
|
@ -1077,7 +1077,7 @@ error_handler()
|
|||
;;
|
||||
4) error_message="unsupported verbosity level: $2"
|
||||
;;
|
||||
5) error_message="dependency not met: $2 not found in path"
|
||||
5) error_message="dependency not met: $2 not found in path.\nFor distribution installation package names and missing apps information, run: $SCRIPT_NAME --recommends"
|
||||
;;
|
||||
6) error_message="/proc not found! Quitting..."
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue