Skip to content

Commit ff8762f

Browse files
authored
[IMP] odoo_install: don't ask verification for installation
1 parent 12fbf81 commit ff8762f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

odoo_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ sudo su - postgres -c "createuser -s $OE_USER" 2> /dev/null || true
6060
# Install Dependencies
6161
#--------------------------------------------------
6262
echo -e "\n--- Installing Python 3 + pip3 --"
63-
sudo apt-get install python3 python3-pip git gdebi-core
63+
sudo apt-get install python3 python3-pip git gdebi-core -y
6464

6565
echo -e "\n--- Install other required packages"
6666
sudo apt-get install node-clean-css -y

0 commit comments

Comments
 (0)