Skip to content

Instantly share code, notes, and snippets.

@vspek
vspek / upgrade_laravel4.sh
Last active January 30, 2017 15:52
Codeanywhere shell script to install Laravel 5 on Laravel 4 dev machine
#!/usr/bin/env bash
# make file executable chmod +x upgrade_laravel4.sh
sudo apt-get update
#sudo apt-get upgrade -y
sudo apt-get -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" upgrade -y
sudo /usr/local/bin/composer self-update