[IMP] odoo_install: don't ask for apt-get confirmation

[IMP] odoo_install: don't ask for apt-get confirmation
11.0
Yenthe Van Ginneken 6 years ago committed by GitHub
commit 561bbed146
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -61,7 +61,7 @@ sudo su - postgres -c "createuser -s $OE_USER" 2> /dev/null || true
# Install Dependencies # Install Dependencies
#-------------------------------------------------- #--------------------------------------------------
echo -e "\n--- Installing Python 3 + pip3 --" echo -e "\n--- Installing Python 3 + pip3 --"
sudo apt-get install python3 python3-pip sudo apt-get install python3 python3-pip -y
echo -e "\n---- Install tool packages ----" echo -e "\n---- Install tool packages ----"
sudo apt-get install wget git bzr python-pip gdebi-core -y sudo apt-get install wget git bzr python-pip gdebi-core -y

Loading…
Cancel
Save