#!/bin/bash # scibuntu by Urban Anjar # Ver: 0.1 # 061023 apt-get install emacs21 -qy >> .scibuntu_log echo "emacs21" apt-get install build-essential -qy >> .scibuntu_log echo "build-essential" apt-get install tetex-base -qy >> .scibuntu_log echo "tetex-base" apt-get install tetex-bin -qy >> .scibuntu_log echo "tetex-bin" apt-get install kghostview -qy >> .scibuntu_log echo "kghostview" apt-get install gs -qy >> .scibuntu_log echo "gs" apt-get install sharutils -qy >> .scibuntu_log echo "sharutils" apt-get install sysutils -qy >> .scibuntu_log echo "sysutils" apt-get install grace -qy >> .scibuntu_log echo "grace" apt-get install g77 -qy >> .scibuntu_log echo "g77" apt-get install gfortran -qy >> .scibuntu_log echo "gfortran" apt-get install gv -qy >> .scibuntu_log echo "gv" #apt-get install gnome-gv -qy >> .scibuntu_log #echo "gnome-gv" wget http://ardownload.adobe.com/pub/adobe/reader/unix/7x/7.0.8/enu/AdobeReader_enu-7.0.8-1.i386.tar.gz tar -xvf AdobeReader*.tar.gz cd AdobeReader gnome-terminal -e ./INSTALL cd .. rm -rf AdobeReader rm AdobeReader*.tar.gz echo "AdobeReader" echo "SciBuntu: Done"