...
Tip | ||
---|---|---|
| ||
At the moment, Alpine 3.8 11 and Alpine 3.9 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.813 linenumbers true collapse true echo "https://repository.project-moonshot.org/alpine/v3.13" >> /etc/apk/repositories echo "@moonshot https://repository.project-moonshot.org/alpine/v3.813" >> /etc/apk/repositories
Code Block title Alpine 3.915 linenumbers true collapse true echo "https://repository.project-moonshot.org/alpine/v3.915" >> /etc/apk/repositories echo "@moonshot https://repository.project-moonshot.org/alpine/v3.15" >> /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