From b30e4c79daebf3904a8c7be2aa4f4a60fe85d5db Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 20 May 2023 09:41:53 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 04f67fa..6b4023f 100644 --- a/scripts/install +++ b/scripts/install @@ -77,7 +77,7 @@ ynh_script_progression --message="Building Invidious.. (this will take some time pushd "$install_dir" ynh_exec_warn_less shards install --production - ynh_exec_warn_less crystal build $install_dir/src/invidious.cr --release + ynh_exec_warn_less crystal build $install_dir/src/invidious.cr --Ddisable_quic --release popd #=================================================