1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galene_ynh.git synced 2024-09-03 18:36:31 +02:00

Update install

This commit is contained in:
Éric Gaspar 2024-07-30 15:29:41 +02:00
parent c2d41f5a0f
commit 80508f1a25

View file

@ -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