# CONNECTICAL AWESOME ARCH LINUX REPOSITORY ## How to set-up * First, download our repo key and check it. $ wget https://repo.connectical.com/connectical_key.asc $ wget https://repo.connectical.com/connectical_key.asc.sha512sum $ sha512sum -c connectical_key.asc.sha512sum connectical_key.asc: OK * Now install the key in pacman keyring. $ sudo pacman-key --add connectical_key.asc ==> Updating trust database... gpg: next trustdb check due at ### This simply checks the key (optional) ### $ sudo pacman-key -f 6911756D pub rsa4096/6911756D 2016-05-20 [SC] Key fingerprint = 7098 83AF B794 0B29 4C00 B368 F513 515D 6911 756D uid [ unknown] Connectical Build System sub rsa4096/2FEBFF4C 2016-05-20 [E] * Trust in our key. $ sudo pacman-key --lsign-key 6911756D ### You can check again to view trust value ### $ sudo pacman-key -f 6911756D pub rsa4096/6911756D 2016-05-20 [SC] Key fingerprint = 7098 83AF B794 0B29 4C00 B368 F513 515D 6911 756D uid [ full ] Connectical Build System sub rsa4096/2FEBFF4C 2016-05-20 [E] * And finally add our repo to your pacman config file. ### Run as root ### echo ' [connectical] Server = https://repo.connectical.com/$arch' >> /etc/pacman.conf * Now you can update your pacman database. $ sudo pacman -Sy