{{ installer.method.run_hint | syntax_highlight("sh", "") }}
{# Grab the installer source link, if we can find it #}
{% if installer.method.file %}
{% set file = release.artifacts.files[installer.method.file] %}
{% if file.view_path %}
{% set url = file.view_path | generate_link(layout.path_prefix) %}
{% else %}
{% set url = file.download_url %}
{% endif %}
Source
{% endif %}