Penguin
Blame: UbuntuPostInstall
EditPageHistoryDiffInfoLikePages
Annotated edit history of UbuntuPostInstall version 10, including all changes. View license author blame.
Rev Author # Line
1 PerryLorier 1 This is a copy of the script we ran on users PC's after they had finished installing [Ubuntu] at the [WLUG] [InstallFest]
2 <verbatim>
3 #!/bin/bash
4 echo Updating /etc/apt/sources.list
5 cat >/etc/apt/sources.list <<EOF
6 deb http://nz.archive.ubuntu.com/ubuntu hoary main restricted
7 deb-src http://nz.archive.ubuntu.com/ubuntu hoary main restricted
8
9 ## Major bug fix updates produced after the final release of the
10 ## distribution.
11 deb http://nz.archive.ubuntu.com/ubuntu hoary-updates main restricted
12 deb-src http://nz.archive.ubuntu.com/ubuntu hoary-updates main restricted
13
14 ## Uncomment the following two lines to add software from the 'universe'
15 ## repository.
16 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
17 ## team, and may not be under a free licence. Please satisfy yourself as to
18 ## your rights to use the software. Also, please note that software in
19 ## universe WILL NOT receive any review or updates from the Ubuntu security
20 ## team.
21 deb http://nz.archive.ubuntu.com/ubuntu hoary universe multiverse
22 deb-src http://nz.archive.ubuntu.com/ubuntu hoary universe multiverse
23
4 CraigBox 24 # security
5 CraigBox 25 deb http://security.ubuntu.com/ubuntu hoary-security main restricted universe
26 deb-src http://security.ubuntu.com/ubuntu hoary-security main restricted universe
1 PerryLorier 27
9 CraigBox 28 # things you used to find at marillat
29 deb http://ubuntu-backports.mirrormax.net/ hoary-extras main universe multiverse restricted
1 PerryLorier 30
31 # java
32 deb http://ubuntu.tower-net.de/ubuntu/ hoary java
33 EOF
34
35 echo Updating package list
36 sudo apt-get update
37
38 echo installing packages
39 sudo apt-get install \
40 flashplayer-mozilla \
41 sun-j2re1.5 \
42 f-spot tomboy \
43 gstreamer0.8-mad gstreamer0.8-ffmpeg w32codecs libdvdcss2 \
44 msttcorefonts \
45 acroread=7.0-0sarge0.9 mozilla-acroread \
46 gnomebaker
47 </verbatim>

PHP Warning

lib/blame.php:177: Warning: Invalid argument supplied for foreach() (...repeated 2 times)