Skip to content

Instantly share code, notes, and snippets.

@dvl
Last active December 27, 2015 23:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dvl/7405746 to your computer and use it in GitHub Desktop.
Save dvl/7405746 to your computer and use it in GitHub Desktop.
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