Created
August 17, 2012 15:12
-
-
Save serverhorror/3379719 to your computer and use it in GitHub Desktop.
Debian Repository Structure...
This file contains hidden or 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
| deb http://ftp.de.debian.org/debian/ wheezy main non-free contrib | |
| # http://ftp.de.debian.org/debian/${DIST}/${COMPONENT}/${TYPE}-${ARCH}/Packages.gz | |
| # DIST="stable"|"wheezy"|"unstable"|"testing" | |
| # COMPONENT="main"|"non-free"|"contrib" | |
| # TYPE="binary-${ARCH}" | |
| # ARCH="amd64"|"i386" | |
| deb-src http://ftp.de.debian.org/debian/ wheezy main non-free contrib | |
| # http://ftp.de.debian.org/debian/${DIST}/${COMPONENT}/${TYPE}/Packages.gz | |
| # DIST="stable"|"wheezy"|"unstable"|"testing" | |
| # COMPONENT="main"|"non-free"|"contrib" | |
| # TYPE="source" | |
| # ARCH="amd64"|"i386" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment