Skip to content

Commit 94ff9ff

Browse files
author
Temur Vibliani
committed
[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]"
1 parent 9b83dfc commit 94ff9ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

V9/odoo_install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ echo -e "\n---- Install python libraries ----"
6868
sudo pip install gdata
6969

7070
echo -e "\n--- Install other required packages"
71-
sudo apt-get install node-clean-css
72-
sudo apt-get install node-less
73-
sudo apt-get install python-gevent
71+
sudo apt-get install node-clean-css -y
72+
sudo apt-get install node-less -y
73+
sudo apt-get install python-gevent -y
7474

7575
#--------------------------------------------------
7676
# Install Wkhtmltopdf if needed

0 commit comments

Comments
 (0)