From 1453dc5128f041051524fd431af8be81866c3cf1 Mon Sep 17 00:00:00 2001 From: Jeffry Jesus De La Rosa Date: Sun, 22 Sep 2019 18:01:09 -0400 Subject: [PATCH] Fixing Missing add-apt repository # add-apt-repository can install add-apt-repository Ubuntu 18.x --- odoo_install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/odoo_install.sh b/odoo_install.sh index e6a7344..24b77c1 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -43,6 +43,9 @@ WKHTMLTOX_X32=https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12. # Update Server #-------------------------------------------------- echo -e "\n---- Update Server ----" + +# add-apt-repository can install add-apt-repository Ubuntu 18.x +sudo apt-get install software-properties-common # universe package is for Ubuntu 18.x sudo add-apt-repository universe # libpng12-0 dependency for wkhtmltopdf