summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorÉmilien Devos <contact@emiliendevos.be>2022-07-12 08:38:22 +0000
committerGitHub <noreply@github.com>2022-07-12 08:38:22 +0000
commit586000ca3d006959d23b8c78eafc55b1143f0aeb (patch)
tree3104600788cf9266e2c17b7c73ece05bc1d4c8ca /src
parentabc81ebd08438555bc14d02e48aeeb173c1c2e53 (diff)
downloadinvidious-586000ca3d006959d23b8c78eafc55b1143f0aeb.tar.gz
invidious-586000ca3d006959d23b8c78eafc55b1143f0aeb.tar.bz2
invidious-586000ca3d006959d23b8c78eafc55b1143f0aeb.zip
add more explanation about checking the player dependencies
Diffstat (limited to 'src')
-rw-r--r--src/invidious.cr3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/invidious.cr b/src/invidious.cr
index 4952b365..070b4d18 100644
--- a/src/invidious.cr
+++ b/src/invidious.cr
@@ -133,12 +133,13 @@ Invidious::Database.check_integrity(CONFIG)
# Running the script by itself would show some colorful feedback while this doesn't.
# Perhaps we should just move the script to runtime in order to get that feedback?
- {% puts "\nChecking player dependencies...\n" %}
+ {% puts "\nChecking player dependencies, this may take more than 20 minutes... If it is stuck, check your internet connection.\n" %}
{% if flag?(:minified_player_dependencies) %}
{% puts run("../scripts/fetch-player-dependencies.cr", "--minified").stringify %}
{% else %}
{% puts run("../scripts/fetch-player-dependencies.cr").stringify %}
{% end %}
+ {% puts "\nDone checking player dependencies, now compiling Invidious...\n" %}
{% end %}
# Start jobs