We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12fbf81 commit ff8762fCopy full SHA for ff8762f
odoo_install.sh
@@ -60,7 +60,7 @@ sudo su - postgres -c "createuser -s $OE_USER" 2> /dev/null || true
60
# Install Dependencies
61
#--------------------------------------------------
62
echo -e "\n--- Installing Python 3 + pip3 --"
63
-sudo apt-get install python3 python3-pip git gdebi-core
+sudo apt-get install python3 python3-pip git gdebi-core -y
64
65
echo -e "\n--- Install other required packages"
66
sudo apt-get install node-clean-css -y
0 commit comments