1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/opentracker_ynh.git synced 2024-09-03 19:46:34 +02:00

Update install

This commit is contained in:
ericgaspar 2021-01-27 22:16:35 +01:00
parent d9cefd7ac4
commit 0fc490e145
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -68,7 +68,8 @@ ynh_script_progression --message="Installing OpenTracker..." --weight=5
ynh_app_setting_set --app=$app --key=final_path --value=$final_path ynh_app_setting_set --app=$app --key=final_path --value=$final_path
git clone git://erdgeist.org/opentracker "$final_path" --quiet git clone git://erdgeist.org/opentracker "$final_path" --quiet
cp ../conf/Makefile $final_path/Makefile
cp ../conf/opentracker.conf.sample $final_path/opentracker.conf
pushd $final_path pushd $final_path
ynh_exec_warn_less make ynh_exec_warn_less make
popd popd