...
Add the Moonshot Alpine repository to your system. To do this, run the following command (as root, or using sudo):
Code Block title Alpine 3.1113 linenumbers true collapse true echo "https://repository.project-moonshot.org/alpine/v3.1113" >> /etc/apk/repositories echo "@moonshot https://repository.project-moonshot.org/alpine/v3.1113" >> /etc/apk/repositories
Code Block title Alpine 3.1315 linenumbers true collapse true echo "https://repository.project-moonshot.org/alpine/v3.1315" >> /etc/apk/repositories echo "@moonshot https://repository.project-moonshot.org/alpine/v3.1315" >> /etc/apk/repositories
Install the Moonshot repository RSA key.
Code Block linenumbers true curl "https://repository.project-moonshot.org/alpine/moonshot@jisc.ac.uk-5be46530.rsa.pub" > /etc/apk/keys/moonshot@jisc.ac.uk-5be46530.rsa.pub