edit the file /etc/sbopkg/repos.d/40-sbo.repo adding, on top of the other entries, another one like this
Code:
SBo 14.1 "SBo repository for Slackware 14.1" _SBo rsync slackbuilds.org::slackbuilds/14.1 GPG
then edit /etc/sbopkg/sbopkg.conf setting the variables REPO_BRANCH and REPO_NAME like this
Code:
REPO_BRANCH=${REPO_BRANCH:-14.1}
REPO_NAME=${REPO_NAME:-SBo}
sync
and you should be ready to go.
(notice that a /root/.sbopkg.conf file, if exists, will override the options in /etc/sbopkg/sbopkg.conf)