aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2021-03-08 17:35:41 -0500
committerB. Watson <yalhcru@gmail.com>2021-03-08 17:35:41 -0500
commitcd32db9db5858cfbfe22c7fc7a0b2d612f9f6591 (patch)
tree2ec92bcaa9c3894023f04b33fb10d7432e64f812
parent0457ce3d5601de62f695d8a0759a7c0b6923701c (diff)
downloadsbostuff-cd32db9db5858cfbfe22c7fc7a0b2d612f9f6591.tar.gz
sbosrc: use correct sbosrcarch URL
-rwxr-xr-xsbosrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbosrc b/sbosrc
index d44fdb1..6d45922 100755
--- a/sbosrc
+++ b/sbosrc
@@ -10,8 +10,8 @@
# https://slackware.uk/~urchlay/repos/sbostuff/plain/sbofindsrc
# path to the root of your archive (contains the by-name and
-# by-md5 directories).
-ARCHIVE=http://slackware.org.uk/sbosrcarch/
+# by-md5 directories). no trailing slash here.
+ARCHIVE=https://slackware.uk/sbosrcarch
. $( pwd )/*.info || ( echo "no .info file in current dir" 1>&2 && exit 1 )