Created
December 14, 2017 21:16
-
-
Save damienvancouver/1d09953cf7b7d019ca699065242fc9c7 to your computer and use it in GitHub Desktop.
stretch sources.list vancouver
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
# | |
# /etc/apt/sources.list | |
# | |
# | |
# stretch | |
# | |
deb http://mirrors.ece.ubc.ca/debian/ stretch main contrib non-free | |
deb-src http://mirrors.ece.ubc.ca/debian/ stretch main contrib non-free | |
# | |
# Security updates | |
# | |
deb http://security.debian.org/ stretch/updates main contrib non-free | |
deb-src http://security.debian.org/ stretch/updates main contrib non-free | |
# Jessie updates | |
deb http://mirrors.ece.ubc.ca/debian/ stretch-updates main contrib non-free | |
deb-src http://mirrors.ece.ubc.ca/debian/ stretch-updates main contrib non-free | |
# Jessie backports | |
deb http://mirrors.ece.ubc.ca/debian/ stretch-backports main | |
deb-src http://mirrors.ece.ubc.ca/debian/ stretch-backports main |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment