Update src/invidious.cr

Co-authored-by: TheFrenchGhosty <47571719+TheFrenchGhosty@users.noreply.github.com>
This commit is contained in:
Fijxu 2026-08-06 18:14:30 -04:00
parent 182521f077
commit 047a128622
No known key found for this signature in database
GPG Key ID: 32C1DDF333EDA6A4

View File

@ -56,7 +56,6 @@ require "./invidious/jobs/*"
{% if compare_versions(Crystal::VERSION, "1.14.1") < 0 %}
{{ raise "Crystal version 1.14.1 or newer is required to build Invidious. \
You currently have Crystal version #{Crystal::VERSION} installed. \
update it to a new version to be able to build Invidious. \
We recommend that you install it following the way that the Crystal compiler itself recommend for your OS, see: https://crystal-lang.org/install/" }}
{% end %}