Skip to content

Instantly share code, notes, and snippets.

@jaseemabid
Created August 5, 2011 21:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaseemabid/1128624 to your computer and use it in GitHub Desktop.
Save jaseemabid/1128624 to your computer and use it in GitHub Desktop.
NITC Ubuntu 10.04 campus mirror configuration file. Replace /etc/apt/sources.list with this file
# NITC Campus mirror
deb http://192.168.40.97/ubuntu lucid main universe multiverse restricted
deb http://192.168.40.97/ubuntu lucid-updates main universe multiverse restricted
deb http://192.168.40.97/ubuntu lucid-security main universe multiverse restricted
@jaseemabid
Copy link
Author

Replace the original sources file with this or add these lines to the top of the file. Make sure you know what you are doing before editing system configuration files.

@jaseemabid
Copy link
Author

type

sudo cp /etc/apt/sources.list /etc/apt/sources.list.backup
sudo gedit /etc/apt/sources.list

Give your password, edit the file. And you are done !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment