Skip to content

Instantly share code, notes, and snippets.

@ichtrojan
Last active July 7, 2020 08:13
Show Gist options
  • Save ichtrojan/55bbec73c547bdd7be2d3ca7f9d41dec to your computer and use it in GitHub Desktop.
Save ichtrojan/55bbec73c547bdd7be2d3ca7f9d41dec to your computer and use it in GitHub Desktop.
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