This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Update this to the version of PHP you want to use | |
PHP_VERSION=8.1 | |
apt-get update && apt-get -y upgrade | |
apt-get install python3-launchpadlib -y | |
apt-get install software-properties-common -y | |
add-apt-repository -y ppa:ondrej/php | |
apt-get update | |
apt-get install -y php${PHP_VERSION}-xdebug |