Last active
December 29, 2015 15:09
-
-
Save tejasbubane/7688423 to your computer and use it in GitHub Desktop.
Using IIT Kanpur ubuntu mirror when the default ubuntu mirrors are blocked
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Mirrors of IIT kanpur | |
deb http://mirror.cse.iitk.ac.in/ubuntu/ precise main restricted universe multiverse | |
deb-src http://mirror.cse.iitk.ac.in/ubuntu/ precise main restricted universe multiverse | |
# Do not forget to change the version of ubuntu (precise to something else) if needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment