diff options
-rw-r--r-- | usr/share/doc/mirror/README.txt | 1 | ||||
-rw-r--r-- | usr/share/mirror/examples/deb/HEADER.html | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/usr/share/doc/mirror/README.txt b/usr/share/doc/mirror/README.txt index 6b133ce..69033e2 100644 --- a/usr/share/doc/mirror/README.txt +++ b/usr/share/doc/mirror/README.txt @@ -135,3 +135,4 @@ Changed deploy.conf to use package directories for deployment - Added the tar repo to deploy.conf. - Fixed deb source Date: format. - Added update-tar example script. +- Fixed deb repo html guide to have correct pathname for /etc/apt/sources.list.d/. diff --git a/usr/share/mirror/examples/deb/HEADER.html b/usr/share/mirror/examples/deb/HEADER.html index 50d8bfa..91b75c5 100644 --- a/usr/share/mirror/examples/deb/HEADER.html +++ b/usr/share/mirror/examples/deb/HEADER.html @@ -7,7 +7,7 @@ <pre> sudo wget --quiet http://albion320.no-ip.biz/smith122/repo/deb/smith122deb.gpg -O /root/smith122deb.gpg sudo apt-key add /root/smith122deb.gpg -sudo wget --quiet http://albion320.no-ip.biz/smith122/repo/deb/smith122deb.list -O /etc/apt-sources.list.d/smith122deb.list +sudo wget --quiet http://albion320.no-ip.biz/smith122/repo/deb/smith122deb.list -O /etc/apt/sources.list.d/smith122deb.list </pre> </body> </html> |