diff --git a/lib/cangallo/check.rb b/lib/cangallo/check.rb index 48b5cc5..07bba6b 100644 --- a/lib/cangallo/check.rb +++ b/lib/cangallo/check.rb @@ -30,7 +30,13 @@ def check problem ||= !check_libguestfs if problem - text = "There is at least one problem in your system." + text = <<-EOT +There is at least one problem in your system. You can go this page to +get more information on how to fix them: + +https://canga.io/install/ + + EOT STDERR.puts text end