[IMP] Added missed -y option to 'apt-get install'

- In order to automate installation, added -y option to "apt-get
   install" command, as without -y the command enters interactive
   mode with a question below:
     "Do you want to continue? [Y/n]"
pull/1/merge^2
Temur Vibliani 10 years ago
parent 9b83dfc9a9
commit 94ff9ff04c

@ -68,9 +68,9 @@ echo -e "\n---- Install python libraries ----"
sudo pip install gdata sudo pip install gdata
echo -e "\n--- Install other required packages" echo -e "\n--- Install other required packages"
sudo apt-get install node-clean-css sudo apt-get install node-clean-css -y
sudo apt-get install node-less sudo apt-get install node-less -y
sudo apt-get install python-gevent sudo apt-get install python-gevent -y
#-------------------------------------------------- #--------------------------------------------------
# Install Wkhtmltopdf if needed # Install Wkhtmltopdf if needed

Loading…
Cancel
Save