mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-29 10:47:53 -04:00
The install script was failing on Ubuntu 22.04 because PHP 8.2 is not available in default repositories. This fix checks if the requested PHP version is available, and if not, adds the ondrej/php PPA which provides all supported PHP versions.