pwt

This is an Arch Linux repository. To use it:

Trust public key

Make sure you trust my public key (available in pwt.pub):

# pacman-key --add <(curl 'https://pacman.powertools-tech.com/pwt.pub')
# pacman-key --lsign-key 0xB7533D6F5A4C6CCE
		

Note that this means you TRUST packages signed by this key to be installed using pacman.

Configure pacman

Add the following snippet to the pacman configuration (/etc/pacman.conf):

[pwt]
SigLevel = Required TrustedOnly
Server = https://pacman.powertools-tech.com/
		

Update pacman index

Use pacman -Sy to update the indexes to load the index for this repository. The packages should now be available.

Supported Architectures