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:
parent
0aa5276d98
commit
2b4743acb3
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ INSTALL_DIR="/opt/yunohost/ihatemoney"
|
||||||
|
|
||||||
|
|
||||||
install_apt_dependencies() {
|
install_apt_dependencies() {
|
||||||
sudo apt-get install -y -qq python3-virtualenv supervisor
|
ynh_install_app_dependencies python3-virtualenv supervisor virtualenv
|
||||||
}
|
}
|
||||||
|
|
||||||
create_unix_user() {
|
create_unix_user() {
|
||||||
|
|
Loading…
Reference in a new issue