Last active
December 27, 2015 23:28
-
-
Save dvl/7405746 to your computer and use it in GitHub Desktop.
This file contains 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
add-apt-repository ppa:xubuntu-dev/xfce-4.10 -y | |
add-apt-repository ppa:xubuntu-dev/xfce-4.12 -y | |
echo "deb http://apt.postgresql.org/pub/repos/apt/ precise-pgdg main" > /etc/apt/sources.list.d/pgdg.list | |
wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - | |
apt-get update -y | |
apt-get install build-essential -y | |
apt-get install python-dev python-pip python-setuptools -y | |
apt-get install vim curl git -y | |
apt-get install postgresql-9.3 postgresql-client-9.3 postgresql-contrib-9.3 libpq-dev postgresql-server-dev-9.3 pgadmin3 -y | |
wget http://clementine-player.googlecode.com/files/clementine_1.2.0~precise_amd64.deb | |
wget http://c758482.r82.cf2.rackcdn.com/sublime-text_build-3047_amd64.deb | |
wget http://get.geo.opera.com/pub/opera/linux/1216/opera_12.16.1860_amd64.deb | |
dpkg -i *.deb -y | |
apt-get dist-upgrade -y | |
#reboot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment