diff options
| author | Shulhan <ms@kilabit.info> | 2022-07-03 03:04:08 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-02-11 14:23:00 +0700 |
| commit | 72e264e2ccda60ba1fc1c2e0549f6ad094faa566 (patch) | |
| tree | 7eb1b5e02db4f41a4c74d2d9b637588615c72215 /sys/etc/pacman.conf | |
| parent | cb31f4f3fd1a24b8268cca34f9bfefaf3b747a5d (diff) | |
| download | compute-archlinux-image-builder-72e264e2ccda60ba1fc1c2e0549f6ad094faa566.tar.xz | |
all: install prebuild ops-agent binary
This ops-agent is prebuild package from AUR [1].
[1] https://build.kilabit.info
Diffstat (limited to 'sys/etc/pacman.conf')
| -rw-r--r-- | sys/etc/pacman.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/etc/pacman.conf b/sys/etc/pacman.conf index 427f73d..e8760a2 100644 --- a/sys/etc/pacman.conf +++ b/sys/etc/pacman.conf @@ -102,3 +102,7 @@ Include = /etc/pacman.d/mirrorlist [gce] Server = https://storage.googleapis.com/arch-linux-gce/repo SigLevel = Optional TrustAll + +[build.kilabit.info] +SigLevel = Optional TrustAll +Server = https://build.kilabit.info/aur |
