summaryrefslogtreecommitdiff
path: root/usr
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2017-07-23 12:51:43 -0400
committerB Stack <bgstack15@gmail.com>2017-07-23 12:51:43 -0400
commit6d08dfa7a039166eb5ca5e838c620b8693f2c64c (patch)
tree095c7004e890d82a42db316ede7c6cd941669734 /usr
parentAdded update-tar example script (diff)
downloadmirror-6d08dfa7a039166eb5ca5e838c620b8693f2c64c.tar.gz
mirror-6d08dfa7a039166eb5ca5e838c620b8693f2c64c.tar.bz2
mirror-6d08dfa7a039166eb5ca5e838c620b8693f2c64c.zip
Fixed deb repo html guide to have correct pathname for
/etc/apt/sources.list.d/
Diffstat (limited to 'usr')
-rw-r--r--usr/share/doc/mirror/README.txt1
-rw-r--r--usr/share/mirror/examples/deb/HEADER.html2
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>
bgstack15