...
Tip | ||
---|---|---|
| ||
At the moment, Alpine 3.9 11 and Alpine 3.13 (x86_64 and armhf) are supported. |
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.913 linenumbers true collapse true echo "https://repository.project-moonshot.org/alpine/v3.913" >> /etc/apk/repositories echo "@moonshot https://repository.project-moonshot.org/alpine/v3.913" >> /etc/apk/repositories
Code Block title Alpine 3.1115 linenumbers true collapse true echo "https://repository.project-moonshot.org/alpine/v3.1115" >> /etc/apk/repositories echo "@moonshot https://repository.project-moonshot.org/alpine/v3.1115" >> /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