From 3f65efdeb3b14e66fafd468ecd379ffc1847ffa7 Mon Sep 17 00:00:00 2001 From: ericbsd Date: Tue, 6 Aug 2024 19:08:27 -0300 Subject: [PATCH] fixed GhostBSD.conf GhostBSD-base https --- 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 98518230b19..63050ef7ba5 100644 --- a/release/pkg_repos/release-dvd.conf +++ b/release/pkg_repos/release-dvd.conf @@ -6,7 +6,7 @@ release: { } release-base: { - url: "http://pkg.ghostbsd.org/stable/${ABI}/base", + url: "https://pkg.ghostbsd.org/stable/${ABI}/base", signature_type: "pubkey", pubkey: "/usr/share/keys/ssl/certs/ghostbsd.cert", enabled: yes diff --git a/usr.sbin/pkg/GhostBSD.conf b/usr.sbin/pkg/GhostBSD.conf index 96b43beb00e..52937bd37ec 100644 --- a/usr.sbin/pkg/GhostBSD.conf +++ b/usr.sbin/pkg/GhostBSD.conf @@ -15,7 +15,7 @@ GhostBSD: { } GhostBSD-base: { - url: "http://pkg.ghostbsd.org/stable/${ABI}/base", + url: "https://pkg.ghostbsd.org/stable/${ABI}/base", signature_type: "pubkey", pubkey: "/usr/share/keys/ssl/certs/ghostbsd.cert", enabled: yes