#!/bin/bash
aptitude update
echo "deb http://ppa.launchpad.net/openoffice-pkgs/ubuntu intrepid main" >>/etc/apt/sources.list
aptitude update
sudo apt-get install openoffice.org-writer openoffice.org-math openoffice.org-impress openoffice.org-draw openoffice.org-calc openoffice.org-base


