From 704c4352909f02619be8786e5513d232d61ffe5a Mon Sep 17 00:00:00 2001 From: ericbsd Date: Thu, 4 Jul 2024 21:53:56 -0300 Subject: [PATCH] Fixed pkg conf name pattern --- release/pkg_repos/release-dvd.conf | 2 +- usr.sbin/pkg/GhostBSD.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/release/pkg_repos/release-dvd.conf b/release/pkg_repos/release-dvd.conf index 85fa4ee43ff..98518230b19 100644 --- a/release/pkg_repos/release-dvd.conf +++ b/release/pkg_repos/release-dvd.conf @@ -5,7 +5,7 @@ release: { enabled: yes } -GhostBSD_base: { +release-base: { url: "http://pkg.ghostbsd.org/stable/${ABI}/base", signature_type: "pubkey", pubkey: "/usr/share/keys/ssl/certs/ghostbsd.cert", diff --git a/usr.sbin/pkg/GhostBSD.conf b/usr.sbin/pkg/GhostBSD.conf index 1b281501aea..96b43beb00e 100644 --- a/usr.sbin/pkg/GhostBSD.conf +++ b/usr.sbin/pkg/GhostBSD.conf @@ -14,7 +14,7 @@ GhostBSD: { enabled: yes } -GhostBSD_base: { +GhostBSD-base: { url: "http://pkg.ghostbsd.org/stable/${ABI}/base", signature_type: "pubkey", pubkey: "/usr/share/keys/ssl/certs/ghostbsd.cert",