This repository contains x86_64
,
armv7h
and aarch64
packages.
Add the gesundheit build key to your pacman keyring.
# curl -LO https://repo.honkgong.info/gesundheit/gesundheit.pem
# pacman-key --add gesundheit.pem
# pacman-key --lsign 25CFD165DC7CC9147AA2F8FC63D74DE7D872BB71
Add the repository to your pacman config.
# /etc/pacman.conf
[gesundheit]
Server = http://repo.honkgong.info/$repo/arch/$arch
Install the package.
# pacman -Sy gesundheit
This repository contains i386
,
amd64
, armhf
and arm64
packages.
Add the gesundheit build key to your apt keyring.
# curl -L https://repo.honkgong.info/gesundheit/gesundheit.pem | \
gpg --dearmor > /etc/apt/trusted.gpg.d/gesundheit.gpg
Add the repository to your apt source list.
# /etc/apt/sources.list
deb http://repo.honkgong.info/gesundheit/deb /
Install the package.
# apt-get update
# apt-get install gesundheit