From 43ebc9b9161c07c2e0ffa1415db354ed5e2f4fd1 Mon Sep 17 00:00:00 2001 From: ericbsd Date: Tue, 9 Jul 2024 06:46:01 -0300 Subject: [PATCH] Adding missing config file --- usr/local/etc/pkg/repos/GhostBSD.conf.default | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 usr/local/etc/pkg/repos/GhostBSD.conf.default diff --git a/usr/local/etc/pkg/repos/GhostBSD.conf.default b/usr/local/etc/pkg/repos/GhostBSD.conf.default new file mode 100755 index 0000000..95a9659 --- /dev/null +++ b/usr/local/etc/pkg/repos/GhostBSD.conf.default @@ -0,0 +1,13 @@ +GhostBSD: { + url: "https://pkg.ghostbsd.org/stable/${ABI}/latest", + signature_type: "pubkey", + pubkey: "/usr/share/keys/ssl/certs/ghostbsd.cert", + enabled: yes +} + +GhostBSD-base: { + url: "https://pkg.ghostbsd.org/stable/${ABI}/base", + signature_type: "pubkey", + pubkey: "/usr/share/keys/ssl/certs/ghostbsd.cert", + enabled: yes +}