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",