sources.list line correction

the sources.list should have the release name not the distro name
This commit is contained in:
Bryan 2016-02-07 22:35:34 -08:00
parent a257dbfdf7
commit 44466d3f11
1 changed files with 1 additions and 1 deletions

View File

@ -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
```