Try this:
create file /usr/local/etc/pkg/repos/GhostBSD.conf
inside the file:
GhostBSD: { enabled: no }
GhostBSD_FR: {
url: "http://pkg.fr.ghostbsd.org/stable/${ABI}/latest",
enabled: yes
}
then run command:
# pkg update -f
result should be like this:
Updating GhostBSD_FR repository catalogue...
Fetching meta.conf: 100% 163 B 0.2kB/s 00:01
Fetching packagesite.pkg: 100% 6 MiB 3.3MB/s 00:02
Processing entries: 100%
GhostBSD_FR repository update completed. 31401 packages processed.
All repositories are up to date.
Have a nice day
