summaryrefslogtreecommitdiff
path: root/obsmirror.sh
diff options
context:
space:
mode:
Diffstat (limited to 'obsmirror.sh')
-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