Skip to content

Instantly share code, notes, and snippets.

@ispguru
Last active October 23, 2019 05:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ispguru/c6ce44da21e3ba7ca036d2f38395ff15 to your computer and use it in GitHub Desktop.
Save ispguru/c6ce44da21e3ba7ca036d2f38395ff15 to your computer and use it in GitHub Desktop.
Install PHP & check version into Ubuntu
#!/bin/bash
sudo apt install php-pear php-fpm php-dev php-zip php-curl php-xmlrpc php-gd php-mysql php-mbstring php-xml libapache2-mod-php
#to check version
php --version
#https://youtu.be/nmLWgawACC0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment