# File lib/phusion_passenger/standalone/runtime_installer.rb, line 122
        def run_steps
                show_welcome_screen if @nginx_dir
                check_whether_os_is_broken
                check_for_download_tool
                download_or_compile_binaries
                puts
                puts "<green><b>All done!</b></green>"
                puts
        end