summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-01-07 09:34:05 -0500
committerB Stack <bgstack15@gmail.com>2020-01-07 09:34:05 -0500
commit7178c20b7cb2de3220122f756e94610aacef410a (patch)
treea1655ac69be9e5b59e46ff8cf68e9d9a26ade68f
parentadd obsmirror.sh (diff)
downloadformer-gists-7178c20b7cb2de3220122f756e94610aacef410a.tar.gz
former-gists-7178c20b7cb2de3220122f756e94610aacef410a.tar.bz2
former-gists-7178c20b7cb2de3220122f756e94610aacef410a.zip
update description of obsmirror
-rwxr-xr-xobsmirror.sh/obsmirror.sh4
1 files 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
bgstack15