mirror of
https://github.com/YunoHost-Apps/fittrackee_ynh.git
synced 2024-09-03 18:36:16 +02:00
Merge pull request #11 from YunoHost-Apps/testing
fix pipenv dependency in upgrade script
This commit is contained in:
commit
0093aa38cf
1 changed files with 11 additions and 0 deletions
|
@ -32,6 +32,17 @@ ynh_script_progression --message="Stopping a systemd service..." --weight=1
|
||||||
ynh_systemd_action --action="stop" --service_name="${app}"
|
ynh_systemd_action --action="stop" --service_name="${app}"
|
||||||
ynh_systemd_action --action="stop" --service_name="${app}_workers"
|
ynh_systemd_action --action="stop" --service_name="${app}_workers"
|
||||||
|
|
||||||
|
|
||||||
|
#=================================================
|
||||||
|
# INSTALL DEPENDENCIES
|
||||||
|
#=================================================
|
||||||
|
ynh_script_progression --message="Installing dependencies..." --weight=23
|
||||||
|
|
||||||
|
ynh_exec_warn_less python3 -m pip install pipenv
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
# DOWNLOAD, CHECK AND UNPACK SOURCE
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue