Fix libzip-dev error in PHP 8.0 on ubuntu

This commit is contained in:
Shivam Mathur 2020-04-30 07:31:41 +05:30
parent 006301e81d
commit d5cd6a4bd1
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

@ -237,6 +237,7 @@ add_blackfire() {
# Function to setup the nightly build from master branch
setup_master() {
update_ppa && $apt_install libzip-dev
tar_file=php_"$version"%2Bubuntu"$(lsb_release -r -s)".tar.xz
install_dir=~/php/"$version"
bintray_url=https://dl.bintray.com/shivammathur/php/"$tar_file"