Last active
January 1, 2016 17:39
-
-
Save keepitsimple/8178939 to your computer and use it in GitHub Desktop.
My Ubuntu 13.10 installation script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
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