diff options
author | B. Watson <yalhcru@gmail.com> | 2021-03-08 17:35:41 -0500 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2021-03-08 17:35:41 -0500 |
commit | cd32db9db5858cfbfe22c7fc7a0b2d612f9f6591 (patch) | |
tree | 2ec92bcaa9c3894023f04b33fb10d7432e64f812 | |
parent | 0457ce3d5601de62f695d8a0759a7c0b6923701c (diff) | |
download | sbostuff-cd32db9db5858cfbfe22c7fc7a0b2d612f9f6591.tar.gz |
sbosrc: use correct sbosrcarch URL
-rwxr-xr-x | sbosrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ) |