Skip to content

Instantly share code, notes, and snippets.

@horlathunbhosun
Forked from ichtrojan/php74.sh
Created July 7, 2020 08:13
Show Gist options
  • Save horlathunbhosun/a3f8bb589792d770b7b3188155f6c860 to your computer and use it in GitHub Desktop.
Save horlathunbhosun/a3f8bb589792d770b7b3188155f6c860 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