This APT repository includes software build or repackaged by AFOYI for use internally or by clients. Use of this repository is at user risk and no warranty is provided or implied.
This respository supports the following distributions and architectures. Please note that some packages might not be available in all distributions or architectures.
Add AFOYI GPG key:
$ wget -O - http://apt.afoyi.com/D4653B6E.gpg | sudo apt-key add -
Add repository to APT sources and update list of available packages:
$ echo deb http://apt.afoyi.com/ $(/usr/bin/lsb_release -sc) afoyi | sudo tee /etc/apt/sources.list.d/afoyi.list $ sudo apt-get update
AFOYI also mirrors are number of third party packages which are maintained in a separate repository.
$ echo deb http://apt.afoyi.com/ $(/usr/bin/lsb_release -sc) thirdparty | sudo tee -a /etc/apt/sources.list.d/afoyi.list $ sudo apt-get update