1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ffsync_ynh.git synced 2024-09-03 18:26:38 +02:00

Merge pull request #6 from julienmalik/patch-5

[enh] do not apt-get install interactively
This commit is contained in:
abeudin 2015-02-14 18:21:37 +01:00
commit e7ec235604

View file

@ -21,7 +21,7 @@ sudo yunohost app initdb $db_user -p $db_pwd
sudo yunohost app setting ffsync mysqlpwd -v $db_pwd
# Check depends installation
sudo apt-get install make python-dev python-virtualenv
sudo apt-get install make python-dev python-virtualenv -y
# Check Swap
tmp_swap_file=/tmp/ffsync_swapfile