Fix libzip-dev error in PHP 8.0 on ubuntu

This commit is contained in:
Shivam Mathur 2020-04-30 07:36:55 +05:30
parent 277239149a
commit c471c0a458
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

@ -190,6 +190,7 @@ add_devtools() {
# 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"
sudo mkdir -m 777 -p ~/php