Skip to content

Instantly share code, notes, and snippets.

### Keybase proof
I hereby claim:
* I am nedvajz on github.
* I am nedvajz (https://keybase.io/nedvajz) on keybase.
* I have a public key ASDnlKiwsO4ig2FQVRe9o7UYylV0zB7OSlVXKcY0UumUQQo
To claim this, I am signing this object:
@nedvajz
nedvajz / cloud9 php7 cakephp
Created October 12, 2017 18:24 — forked from steinkel/cloud9 php7 cakephp
Cloud9 PHP7 (7.1) and CakePHP with Oven
#!/bin/bash
## Upgrade to php7.1 and install required dependencies
# execute this script using
# source <(curl RAW_GIST_URL)
read -p "You are about to upgrade to PHP 7.1 OK? " -n 1 -r
echo
if [[ $REPLY =~ ^[Yy]$ ]]
then
echo 'y' | sudo add-apt-repository ppa:ondrej/php && \
sudo apt-get update && \