[Add] fix add-apt-repository

pull/302/head
Jeffry Jesus De La Rosa 5 years ago committed by GitHub
parent 897e7d49ac
commit 7d586fd204
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -55,6 +55,8 @@ WKHTMLTOX_X32=https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.
# Update Server
#--------------------------------------------------
echo -e "\n---- Update Server ----"
# missing add-apt-repository in some cases
sudo apt-get install software-properties-common -y
# universe package is for Ubuntu 18.x
sudo add-apt-repository universe
# libpng12-0 dependency for wkhtmltopdf

Loading…
Cancel
Save