[enh] do not apt-get install interactively

pull/3/head
julienmalik 10 years ago
parent e06f3dffde
commit 389b1e2f08

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

Loading…
Cancel
Save