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:
parent
d9cefd7ac4
commit
0fc490e145
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue