1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/invidious_ynh.git synced 2024-09-03 19:15:55 +02:00

Update install

This commit is contained in:
ericgaspar 2023-05-20 09:46:29 +02:00
parent b30e4c79da
commit 1fa364f705

View file

@ -77,7 +77,8 @@ 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 --Ddisable_quic --release
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
#=================================================