Skip to content

Commit

Permalink
Make yad error more informative
Browse files Browse the repository at this point in the history
  • Loading branch information
Botspot authored Dec 19, 2023
1 parent 76a85fb commit fa4690f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ error() { #red text and exit 1
}

if ! command -v yad &>/dev/null; then
error "YAD needs to be installed to run Pi-Apps."
error "YAD needs to be installed to run Pi-Apps. Most likely you did not install Pi-Apps correctly. Please run the install script."
fi

if [[ $(id -u) == 0 ]]; then
Expand Down

0 comments on commit fa4690f

Please sign in to comment.