Skip to content

Instantly share code, notes, and snippets.

@tobegit3hub
Last active November 16, 2015 09:57
Show Gist options
  • Save tobegit3hub/7c4b8353dedc5de786f3 to your computer and use it in GitHub Desktop.
Save tobegit3hub/7c4b8353dedc5de786f3 to your computer and use it in GitHub Desktop.
vim /etc/apt/sources.list
```
deb http://mirrors.163.com/ubuntu/ trusty main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ trusty-security main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ trusty-updates main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ trusty-proposed main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ trusty main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ trusty-security main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ trusty-updates main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ trusty-proposed main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ trusty-backports main restricted universe multiverse
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment