[ADD] odoo_install: add git and gdebi-core to be sure for clean installs

pull/120/merge
Yenthe V.G 7 years ago committed by GitHub
parent 841fca0488
commit 7533c827a6
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 sudo apt-get install python3 python3-pip git gdebi-core
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