Created
January 11, 2022 10:15
-
-
Save bastienapp/bbef0777b9e1bff1ba2b69bcf9cb0074 to your computer and use it in GitHub Desktop.
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
| sudo apt update | |
| sudo apt -y install software-properties-common | |
| sudo add-apt-repository ppa:ondrej/php | |
| sudo apt update | |
| sudo apt -y install php7.4 | |
| sudo apt -y install -y php7.4-{bcmath,bz2,intl,gd,mbstring,mysql,zip,common,xml,curl} | |
| sudo update-alternatives --config php |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment