1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00

Add missing dependency

withrdawn by error on py3 switch.
btw use the propper helper to install apt packages

Fix #23
This commit is contained in:
Jocelyn Delalande 2018-06-24 02:15:50 +02:00
parent 0aa5276d98
commit 2b4743acb3

View file

@ -11,7 +11,7 @@ INSTALL_DIR="/opt/yunohost/ihatemoney"
install_apt_dependencies() {
sudo apt-get install -y -qq python3-virtualenv supervisor
ynh_install_app_dependencies python3-virtualenv supervisor virtualenv
}
create_unix_user() {