Alpine Repo Config
The SylvanBytes alpine repository can be installed with:
cd /etc/apk/keys
curl -O https://linux-pkg.sylvanbytes.com/alpine/sylvanbytes-alpine.rsa.pub > /etc/apk/keys/
echo "https://linux-pkg.sylvanbytes.com/alpine/v3.21/sylvanbytes" >> "/etc/apk/repositories"
apk update
SylvanBytes provides an Alpine repository for installing and using SylvanBytes products and libraries. This repo is provided as a convenience for manual use by individuals. This repository is not intended to be used in build automation tools, which should be using mirrors of any package or artifact repository.
Most packages can be installed via apk add sylvanbytes-<project-name> where <project-name>
the name of the Git repository.