Skip to content

AenonDynamics/CPR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Corporate Package Repository [CPR]

To serve different packages typ (.deb, npm, archives) we are using a custom repository application called Package-Monster. It is a fully integrated component which acts as part of our Continous Delivery Pipeline.

Debian Packages

To use Aenon-Dynamics APT Repository you have to download the related public key which signs the index files.

1 Install Repository PGP Key

wget -O /usr/share/keyrings/aenon-dynamics.gpg https://packages.aenon-dynamics.com/static/pubkey.pgp

1.2 Create /etc/apt/sources.list.d/aenon-dynamics.list

echo "deb [signed-by=/usr/share/keyrings/aenon-dynamics.gpg] https://packages.aenon-dynamics.com/debian stable main" > /etc/apt/sources.list.d/aenon-dynamics.list

1.3 Update your local indexes

apt-get update

1.4 Install the requested Packages

apt-get install motd-sysinfo