Add php repository for php8.0
This commit is contained in:
@@ -81,7 +81,8 @@ def pre_pref(self, apt_packages):
|
|||||||
|
|
||||||
# add php repository
|
# add php repository
|
||||||
if (('php7.3-fpm' in apt_packages) or
|
if (('php7.3-fpm' in apt_packages) or
|
||||||
('php7.2-fpm' in apt_packages) or ('php7.4-fpm' in apt_packages)):
|
('php7.2-fpm' in apt_packages) or ('php7.4-fpm' in apt_packages) or
|
||||||
|
('php8.0-fpm' in apt_packages) or ('php8.1-fpm' in apt_packages)):
|
||||||
if (WOVar.wo_distro == 'ubuntu'):
|
if (WOVar.wo_distro == 'ubuntu'):
|
||||||
Log.debug(self, 'Adding ppa for PHP')
|
Log.debug(self, 'Adding ppa for PHP')
|
||||||
Log.info(self, "Adding repository for PHP, please wait...")
|
Log.info(self, "Adding repository for PHP, please wait...")
|
||||||
|
|||||||
Reference in New Issue
Block a user