From 6d08dfa7a039166eb5ca5e838c620b8693f2c64c Mon Sep 17 00:00:00 2001 From: B Stack Date: Sun, 23 Jul 2017 12:51:43 -0400 Subject: Fixed deb repo html guide to have correct pathname for /etc/apt/sources.list.d/ --- usr/share/doc/mirror/README.txt | 1 + usr/share/mirror/examples/deb/HEADER.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'usr') 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 @@
 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
 
-- cgit