[IMP] odoo_install: don't ask verification for installation

pull/120/merge
Yenthe V.G 7 years ago committed by GitHub
parent 12fbf8118d
commit ff8762fa3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -60,7 +60,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 git gdebi-core sudo apt-get install python3 python3-pip git gdebi-core -y
echo -e "\n--- Install other required packages" echo -e "\n--- Install other required packages"
sudo apt-get install node-clean-css -y sudo apt-get install node-clean-css -y

Loading…
Cancel
Save