-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Neil Greenwood wrote: ... > If you use the -O (minus sign then capital 'oh', not zero) on the wget > command, you can give it the name of the file to write out. That > simplifies the following line: > > >> sudo mv pastebin.php\?dl\=f3944dadb /etc/apt/sources.list > > > So I would have replaced those two lines with the following: > > wget http://pastebin.com/pastebin.php?dl=f3944dadb -O newsources.list > sudo mv newsources.list /etc/apt/sources.list >
In that case, you could replace those two lines with just this one: sudo wget http://pastebin.com/pastebin.php?dl=f3944dadb -O /etc/apt/sources.list (or if run from Alt-F2), replace sudo with gksudo as you pointed out. >> sudo aptitude update >> sudo aptitude dist-upgrade >> >> Again, if you have any errors put them on PasteBin. >> - -- Many thanks Harry Rickards (a.k.a l33tmyst) - -- () ascii ribbon campaign - against html e-mail /\ www.asciiribbon.org - against proprietary attachments -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkn3KSQACgkQ1kZz3mRu0Gqc1wCg8SB92IYF6SPWpMrhkJt+XYtq ho0An26LakBNzu5m5jKwijzZcKqrgkOu =qjPv -----END PGP SIGNATURE----- -- [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk https://wiki.ubuntu.com/UKTeam/
