Alpine
Download the installer. By downloading you are agreeing to the terms of the End User License Agreement. Click to download the latest version of the self-extracting package for Alpine from your browser, or run the command:
Download the public key for package verification
cunoFS.rsa.pub
:or create a file called
cunoFS.rsa.pub
with our public key using this "one-liner" (copy the whole thing, paste into your terminal, hit enter/return):Move the rsa public key into the Alpine directory of trusted signatures
/etc/apk/keys
(may needsudo
):Unpack the archive by running:
Please follow the interactive steps, read the displayed end-user licence agreement (EULA) and agree to the terms to continue with the extraction. To automate this, you can set the environment variable
CUNO_INSTALL_ACCEPT_EULA="yes"
(this is equivalent to accepting the EULA).The archive and its contents will be unpacked into a directory named
cuno_{FULL-VERSION}_x86_64_musl
containing the package itself and additional documents:Install Object Mount and its dependencies using
apk
(may needsudo
):The installation will prompt you to activate Object Mount by starting a trial or entering a license key. Follow the steps interactively, or automate this step by setting the environment variable
CUNO_INSTALL_LICENSE
to one oftrial | none | <your license key> | <full path to your license key file>
.The installation will prompt you to set the
CUNO_ROOT
environment variable to the installation directory. This is not always necessary when using Object Mount, but it will make it easier to follow the steps in this guide.