From 80508f1a25c75d087416bd4c9526f58c4205b3e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 30 Jul 2024 15:29:41 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 7417453..c4ac745 100755 --- a/scripts/install +++ b/scripts/install @@ -51,7 +51,7 @@ chown -R $app:www-data "$install_dir" pushd $install_dir/stt/whisper.cpp/ mkdir build cd build - cmake .. + ynh_exec_warn_less cmake .. ynh_exec_warn_less make -j ynh_exec_warn_less make install popd