Skip to content

Instantly share code, notes, and snippets.

@cagatayldzz
Created July 7, 2018 13:35
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 cagatayldzz/9bd3fe83518049fed57344a5b0cab6b5 to your computer and use it in GitHub Desktop.
Save cagatayldzz/9bd3fe83518049fed57344a5b0cab6b5 to your computer and use it in GitHub Desktop.
cloud9 > php 7.1 install
#!/bin/bash
sudo add-apt-repository ppa:ondrej/php -y
sudo apt-get update -y
sudo apt-get install php7.1-curl php7.1-cli php7.1-dev php7.1-gd php7.1-intl php7.1-mcrypt php7.1-json php7.1-mysql php7.1-opcache php7.1-bcmath php7.1-mbstring php7.1-soap php7.1-xml php7.1-zip -y
sudo apt-get remove libapache2-mod-php5 -y
sudo apt-get install libapache2-mod-php7.1 -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment