mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
Forgot mysql dev libraries dependencies
This commit is contained in:
parent
f0a1fb3b29
commit
4f11a695f7
1 changed files with 1 additions and 2 deletions
|
@ -26,8 +26,7 @@ sudo yunohost app setting $app domain -v $domain
|
||||||
sudo yunohost app setting $app is_public -v "$is_public"
|
sudo yunohost app setting $app is_public -v "$is_public"
|
||||||
|
|
||||||
# Install debian packages dependencies
|
# Install debian packages dependencies
|
||||||
sudo apt-get install -y -qq python-dev python-virtualenv supervisor
|
sudo apt-get install -y -qq python-dev python-virtualenv supervisor libmysqlclient-dev
|
||||||
|
|
||||||
# Create the dedicated user
|
# Create the dedicated user
|
||||||
sudo useradd ihatemoney -d /opt/yunohost/ihatemoney/
|
sudo useradd ihatemoney -d /opt/yunohost/ihatemoney/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue