/[projects]/misc/scripts/ubuntu-base.sh
ViewVC logotype

Diff of /misc/scripts/ubuntu-base.sh

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1764 by torben, Thu Mar 29 11:06:55 2012 UTC revision 1765 by torben, Thu Mar 29 14:06:10 2012 UTC
# Line 63  function inst_java Line 63  function inst_java
63          inst icedtea-6-plugin          inst icedtea-6-plugin
64  }  }
65    
66    inst_teamviewer()
67    {
68            if [ -x /usr/bin/teamviewer ] ; then
69                    echo "TeamViewer installed"
70            else
71                    wget -O /dev/shm/teamviewer_linux.deb http://www.teamviewer.com/download/teamviewer_linux.deb
72                    dpkg -i /dev/shm/teamviewer_linux.deb
73            fi
74    }
75    
76  remove()  remove()
77  {  {
78          PACKAGE="$*"          PACKAGE="$*"
# Line 110  remove totem totem-common Line 120  remove totem totem-common
120  #gnome office packages sucks too  #gnome office packages sucks too
121  remove abiword abiword-common gnumeric gnumeric-common evolution  remove abiword abiword-common gnumeric gnumeric-common evolution
122    
123    #skal installeres inden remove_orphans
124    inst deborphan
125    
126  autoremove  autoremove
127  remove_orphans  remove_orphans
128    
129  inst vim deborphan whois tree  inst vim whois tree
130  inst openssh-server x11vnc rsync screen minicom xtightvncviewer remmina rdesktop  inst openssh-server x11vnc rsync screen minicom xtightvncviewer remmina rdesktop
131  inst network-manager-openvpn  inst network-manager-openvpn
132  inst nfs-common  inst nfs-common
# Line 127  inst acroread Line 140  inst acroread
140  #inst gnochm #temporary disabled  #inst gnochm #temporary disabled
141    
142  inst_java  inst_java
143    inst_teamviewer
144  inst openoffice.org myspell-da  inst openoffice.org myspell-da
145  inst subversion libsvn-java rapidsvn git-core cvs  inst subversion libsvn-java rapidsvn git-core cvs
146  inst gimp vym umbrello dia inkscape gwenview  inst gimp vym umbrello dia inkscape gwenview

Legend:
Removed from v.1764  
changed lines
  Added in v.1765

  ViewVC Help
Powered by ViewVC 1.1.20