Skip to content

Instantly share code, notes, and snippets.

@keepitsimple
Last active January 1, 2016 17:39
Show Gist options
  • Save keepitsimple/8178939 to your computer and use it in GitHub Desktop.
Save keepitsimple/8178939 to your computer and use it in GitHub Desktop.
My Ubuntu 13.10 installation script
#
sudo apt-get install ubuntu-restricted-extras
#
sudo apt-get install libavformat-extra-53 libavcodec-extra-53
# install Oracle 7 Java
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
#install Brackets - web dev tool
sudo add-apt-repository ppa:webupd8team/brackets
sudo apt-get update
sudo apt-get install brackets
# install MySql
sudo apt-get install mysql-server
sudo apt-get install php5 php5-mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment