From 7178c20b7cb2de3220122f756e94610aacef410a Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 7 Jan 2020 09:34:05 -0500 Subject: update description of obsmirror --- obsmirror.sh/obsmirror.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/obsmirror.sh/obsmirror.sh b/obsmirror.sh/obsmirror.sh index eaf752e..3f5539c 100755 --- a/obsmirror.sh/obsmirror.sh +++ b/obsmirror.sh/obsmirror.sh @@ -17,9 +17,9 @@ # use some text file as a list of recently-synced URLs, and if today's URL matches a recent one, then run the httrack with the --update flag. Probably keep a running list forever. # Documentation: # Download the release key and trust it. -# curl -s http://albion320.no-ip.biz/mirror/obs/Release.key | apt-key add - +# curl -s http://repo.example.com/mirror/obs/Release.key | apt-key add - # Use a sources.list.d/ file with contents: -# deb https://albion320.no-ip.biz/mirror/obs/ / +# deb https://repo.example.com/mirror/obs/ / # Dependencies: # binaries: curl httrack grep head tr sed awk chmod chown find rm ln # user: obsmirror -- cgit