Last active
July 7, 2020 08:13
-
-
Save ichtrojan/55bbec73c547bdd7be2d3ca7f9d41dec to your computer and use it in GitHub Desktop.
This file contains 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 -y install software-properties-common | |
sudo add-apt-repository ppa:ondrej/php | |
sudo apt-get update | |
sudo apt -y install php7.4 | |
sudo apt-get install php-mbstring | |
sudo apt-get install php-zip | |
sudo apt-get install php-xml | |
sudo apt-get install php-mysql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment