From 7953394deb48957c8780b53d6206c3c773152ab1 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 25 Feb 2022 18:41:26 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 14d6952..ce745c4 100644 --- a/scripts/install +++ b/scripts/install @@ -138,7 +138,7 @@ ynh_add_nginx_config ynh_script_progression --message="Building Invidious.. (this will take some time and resources!)" --weight=60 pushd "$final_path" - ynh_exec_warn_less shards update && shards install + ynh_exec_warn_less shards update && shards install --production ynh_exec_warn_less crystal build $final_path/src/invidious.cr --release popd