From 44466d3f1172eb8c56e0d14b57493ce08718b7c8 Mon Sep 17 00:00:00 2001 From: Bryan Date: Sun, 7 Feb 2016 22:35:34 -0800 Subject: [PATCH] sources.list line correction the sources.list should have the release name not the distro name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2da3878..c366956 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ When the script completes, you should have a functional mirror that you can poin ``` cp /etc/apt/sources.list /etc/apt/sources.list.bak - echo "deb http://FQDN.OF.APTLY/ ubuntu main" > /etc/apt/sources.list + echo "deb http://FQDN.OF.APTLY/ RELEASE_NAME main" > /etc/apt/sources.list apt-get update ```