Fix libzip-dev error in PHP 8.0 on ubuntu
This commit is contained in:
parent
006301e81d
commit
d5cd6a4bd1
1 changed files with 1 additions and 0 deletions
|
|
@ -237,6 +237,7 @@ add_blackfire() {
|
||||||
|
|
||||||
# Function to setup the nightly build from master branch
|
# Function to setup the nightly build from master branch
|
||||||
setup_master() {
|
setup_master() {
|
||||||
|
update_ppa && $apt_install libzip-dev
|
||||||
tar_file=php_"$version"%2Bubuntu"$(lsb_release -r -s)".tar.xz
|
tar_file=php_"$version"%2Bubuntu"$(lsb_release -r -s)".tar.xz
|
||||||
install_dir=~/php/"$version"
|
install_dir=~/php/"$version"
|
||||||
bintray_url=https://dl.bintray.com/shivammathur/php/"$tar_file"
|
bintray_url=https://dl.bintray.com/shivammathur/php/"$tar_file"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue