Fixing Missing add-apt repository

# add-apt-repository can install add-apt-repository Ubuntu 18.x
pull/172/head
Jeffry Jesus De La Rosa 6 years ago committed by GitHub
parent b3bede5f23
commit 1453dc5128
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,6 +43,9 @@ WKHTMLTOX_X32=https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.
# Update Server # Update Server
#-------------------------------------------------- #--------------------------------------------------
echo -e "\n---- 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 # universe package is for Ubuntu 18.x
sudo add-apt-repository universe sudo add-apt-repository universe
# libpng12-0 dependency for wkhtmltopdf # libpng12-0 dependency for wkhtmltopdf

Loading…
Cancel
Save